Stretch changeset links in history lists
This commit is contained in:
parent
bf11e06e63
commit
5da7215873
3 changed files with 6 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue