# HG changeset patch # User Marcin Kuzminski # Date 2019-05-06 16:06:00 # Node ID 4b120ff6efd6d0cb3f2fd764b84bf5cfaec543dd # Parent 779d6290b98e84115789d67a7565fe0c536cfe58 files: restructure the files views for easier restyling diff --git a/rhodecode/templates/files/file_authors_box.mako b/rhodecode/templates/files/file_authors_box.mako --- a/rhodecode/templates/files/file_authors_box.mako +++ b/rhodecode/templates/files/file_authors_box.mako @@ -1,16 +1,5 @@ <%namespace name="base" file="/base/base.mako"/> -
-

- % if c.file_author: - ${_('Last Author')} - % else: - ${h.literal(_ungettext(u'File Author (%s)',u'File Authors (%s)',len(c.authors)) % ('%s' % len(c.authors))) } - % endif -

- ${_('Show All')} -
- % if c.authors: