Make changeset id also a link so it can be displayed over the stretched link and be text-selectable

This commit is contained in:
Anton Khorev 2022-09-02 16:13:52 +03:00
parent f1cf1be64a
commit a0f52e8b4f

View file

@ -20,7 +20,9 @@
<div class="col">
<%= changeset_details(changeset) %>
&middot;
#<%= 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 %>