commits: use no-wrap version of commit td in commits/summary grids.

This commit is contained in:
Marcin Kuzminski 2019-08-27 13:20:13 +02:00
parent ff0c66acf2
commit 3587b6c0e6
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>