Stretch changeset links in history lists

This commit is contained in:
Anton Khorev 2022-09-01 22:45:09 +03:00
parent bf11e06e63
commit 5da7215873
3 changed files with 6 additions and 15 deletions

View file

@ -12,7 +12,7 @@
<%= tag.li :id => "changeset_#{changeset.id}", :data => { :changeset => changeset_data }, :class => "list-group-item" do %>
<p class="fst-italic">
<a class="changeset_id text-dark" href="<%= changeset_path(changeset) %>">
<a class="changeset_id text-dark stretched-link" href="<%= changeset_path(changeset) %>">
<%= changeset.tags["comment"].to_s.presence || t("browse.no_comment") %>
</a>
</p>