# HG changeset patch # User Marcin Kuzminski # Date 2019-10-31 23:11:10 # Node ID c398319d2adb99085615fbc08434b3e06dd99596 # Parent ed756817c1132d3431d3e7c38774a0aa14e3e6d7 files: added copy content action diff --git a/rhodecode/templates/files/files_source.mako b/rhodecode/templates/files/files_source.mako --- a/rhodecode/templates/files/files_source.mako +++ b/rhodecode/templates/files/files_source.mako @@ -102,6 +102,7 @@ ${h.link_to(_('Annotation'), h.route_path('repo_files:annotated',repo_name=c.repo_name,commit_id=c.commit.raw_id,f_path=c.f_path))} %endif | ${h.link_to(_('Raw'), h.route_path('repo_file_raw',repo_name=c.repo_name,commit_id=c.commit.raw_id,f_path=c.f_path))} + |${_('Copy content')}