##// END OF EJS Templates
template: link the last revision in the file browser to the changeset
Andrew Shadura -
r4936:bcc637ea default
parent child Browse files
Show More
@@ -2670,6 +2670,7 b' BIN_FILENODE = 6'
2670 #compare_branches + .table .revision-link,
2670 #compare_branches + .table .revision-link,
2671 #compare_tags + .table .revision-link,
2671 #compare_tags + .table .revision-link,
2672 #compare_bookmarks + .table .revision-link,
2672 #compare_bookmarks + .table .revision-link,
2673 .table #files_data .revision-link,
2673 #repos_list_wrap .revision-link,
2674 #repos_list_wrap .revision-link,
2674 #shortlog_data .revision-link {
2675 #shortlog_data .revision-link {
2675 font-weight: normal !important;
2676 font-weight: normal !important;
@@ -97,9 +97,7 b''
97 </td>
97 </td>
98 <td>
98 <td>
99 %if node.is_file():
99 %if node.is_file():
100 <div class="tooltip" title="${h.tooltip(node.last_changeset.message)}">
100 <a title="${h.tooltip(node.last_changeset.message)}" href="${h.url('changeset_home',repo_name=c.repo_name,revision=node.last_changeset)}" class="tooltip revision-link">${h.show_id(node.last_changeset)}</a>
101 <pre>${h.show_id(node.last_changeset)}</pre>
102 </div>
103 %endif
101 %endif
104 </td>
102 </td>
105 <td>
103 <td>
General Comments 0
You need to be logged in to leave comments. Login now