Make changeset id also a link so it can be displayed over the stretched link and be text-selectable
This commit is contained in:
parent
f1cf1be64a
commit
a0f52e8b4f
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@
|
|||
<div class="col">
|
||||
<%= changeset_details(changeset) %>
|
||||
·
|
||||
#<%= changeset.id %>
|
||||
<a class="changeset_id text-dark" href="<%= changeset_path(changeset) %>">
|
||||
#<%= changeset.id %>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-auto comments comments-<%= changeset.comments.length %>">
|
||||
<%= changeset.comments.length %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue