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