diff --git a/kallithea/public/css/pygments.css b/kallithea/public/css/pygments.css --- a/kallithea/public/css/pygments.css +++ b/kallithea/public/css/pygments.css @@ -59,6 +59,9 @@ div.codeblock .code-header .commit { font-weight: normal; white-space: pre; } +div.codeblock .code-header .editing-files { + margin-left: 15px; +} .code-highlighttable, div.codeblock .code-body table { diff --git a/kallithea/templates/files/files_edit.html b/kallithea/templates/files/files_edit.html --- a/kallithea/templates/files/files_edit.html +++ b/kallithea/templates/files/files_edit.html @@ -38,7 +38,8 @@ ${self.repo_context_bar('files')} ${h.form(h.url.current(),method='post',id='eform',class_='form-inline')}
-
+
+
${h.link_to(h.show_id(c.file.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.file.changeset.raw_id))}
${h.format_byte_size(c.file.size,binary=True)}
@@ -54,7 +55,8 @@ ${self.repo_context_bar('files')} % endif
-
+ diff --git a/kallithea/templates/files/files_source.html b/kallithea/templates/files/files_source.html --- a/kallithea/templates/files/files_source.html +++ b/kallithea/templates/files/files_source.html @@ -19,7 +19,8 @@
-
+
+
${h.link_to(h.show_id(c.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}
${h.format_byte_size(c.file.size,binary=True)}
@@ -46,6 +47,7 @@ %endif %endif
+
${h.gravatar_div(h.email_or_none(c.changeset.author), size=16)}
${h.person(c.changeset.author)}