${h.text('paths_root_path',size=60,readonly="readonly")}
-
diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html
--- a/kallithea/templates/changelog/changelog.html
+++ b/kallithea/templates/changelog/changelog.html
@@ -89,11 +89,11 @@ ${self.repo_context_bar('changelog', c.f
%if c.statuses.get(cs.raw_id):
%if c.statuses.get(cs.raw_id)[2]:
-
+
%else:
-
@@ -103,13 +103,13 @@ ${self.repo_context_bar('changelog', c.f
${h.gravatar(h.email_or_none(cs.author), size=16)}
- ${h.shorter(h.person(cs.author),22)}
+ ${h.shorter(h.person(cs.author),22)}
|
${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), class_='changeset_hash')}
|
- ${h.age(cs.date,True)}
+ ${h.age(cs.date,True)}
|
@@ -120,7 +120,7 @@ ${self.repo_context_bar('changelog', c.f
|
%if node.is_file():
- ${h.show_id(node.last_changeset)}
+ ${h.show_id(node.last_changeset)}
%endif
|
%if node.is_file():
-
+
${h.age(node.last_changeset.date)}
%endif
|
diff --git a/kallithea/templates/files/files_history_box.html b/kallithea/templates/files/files_history_box.html
--- a/kallithea/templates/files/files_history_box.html
+++ b/kallithea/templates/files/files_history_box.html
@@ -1,7 +1,7 @@
${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('%s' % len(c.authors))) }
%for email, user in c.authors:
-
${_('Forked')} -
-
${h.age(f.created_on)}
+
${h.age(f.created_on)}
${_('Compare Fork')}
diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html
--- a/kallithea/templates/journal/journal.html
+++ b/kallithea/templates/journal/journal.html
@@ -7,7 +7,7 @@
diff --git a/kallithea/templates/journal/journal_data.html b/kallithea/templates/journal/journal_data.html
--- a/kallithea/templates/journal/journal_data.html
+++ b/kallithea/templates/journal/journal_data.html
@@ -26,7 +26,7 @@
${h.literal(h.action_parser(entry)[1]())}
-
${h.age(entry.action_date)}
+
${h.age(entry.action_date)}
%endfor
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html
--- a/kallithea/templates/pullrequests/pullrequest_data.html
+++ b/kallithea/templates/pullrequests/pullrequest_data.html
@@ -42,7 +42,7 @@
${pr.owner.full_name_and_username}
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html
--- a/kallithea/templates/pullrequests/pullrequest_show.html
+++ b/kallithea/templates/pullrequests/pullrequest_show.html
@@ -70,7 +70,7 @@ ${self.repo_context_bar('showpullrequest
%if c.current_voting_result: