commits: use no-wrap version of commit td in commits/summary grids.
This commit is contained in:
parent
ff0c66acf2
commit
3587b6c0e6
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
${search.repo_icon(repo_type)}
|
||||
${h.link_to(entry['repository'], h.route_path('repo_summary',repo_name=entry['repository']))}
|
||||
</td>
|
||||
<td class="td-commit">
|
||||
<td class="td-hash">
|
||||
${h.link_to(h._shorten_commit_id(entry['commit_id']),
|
||||
h.route_path('repo_commit',repo_name=entry['repository'],commit_id=entry['commit_id']))}
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<i class="icon-circle review-status-not_reviewed" title="${_('Commit status: Not Reviewed')}"></i>
|
||||
%endif
|
||||
</td>
|
||||
<td class="td-commit">
|
||||
<td class="td-hash">
|
||||
<code>
|
||||
<a href="${h.route_path('repo_commit', repo_name=c.repo_name, commit_id=cs.raw_id)}">${h.show_id(cs)}</a>
|
||||
<i class="tooltip icon-clipboard clipboard-action" data-clipboard-text="${cs.raw_id}" title="${_('Copy the full commit id')}"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue