Show More
@@ -102,6 +102,7 b'' | |||
|
102 | 102 | ${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))} |
|
103 | 103 | %endif |
|
104 | 104 | | ${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))} |
|
105 | |<a href="#copySource" onclick="return false;" class="clipboard-action" data-clipboard-text="${c.file.content}">${_('Copy content')}</a> | |
|
105 | 106 | |
|
106 | 107 | </div> |
|
107 | 108 | <div class="clear-fix"></div> |
General Comments 0
You need to be logged in to leave comments.
Login now