Show More
@@ -104,7 +104,11 b'' | |||
|
104 | 104 | %for commit in c.commit_ranges: |
|
105 | 105 | ## commit range header for each individual diff |
|
106 | 106 | <h3> |
|
107 | <a class="tooltip revision" title="${h.tooltip(commit.message)}" href="${h.route_path('repo_commit',repo_name=c.repo_name,commit_id=commit.raw_id)}">${('r%s:%s' % (commit.idx,h.short_id(commit.raw_id)))}</a> | |
|
107 | ||
|
108 | ||
|
109 | <a class="tooltip-hovercard revision" data-hovercard-alt="Commit: ${commit.short_id}" data-hovercard-url="${h.route_path('hovercard_repo_commit', repo_name=c.repo_name, commit_id=commit.raw_id)}" href="${h.route_path('repo_commit',repo_name=c.repo_name,commit_id=commit.raw_id)}"> | |
|
110 | ${('r%s:%s' % (commit.idx,h.short_id(commit.raw_id)))} | |
|
111 | </a> | |
|
108 | 112 | </h3> |
|
109 | 113 | |
|
110 | 114 | ${cbdiffs.render_diffset_menu(c.changes[commit.raw_id])} |
General Comments 0
You need to be logged in to leave comments.
Login now