Merge remote-tracking branch 'upstream/pull/4704'
This commit is contained in:
commit
ca77bb4f7a
1 changed files with 2 additions and 2 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 stretched-link" href="<%= changeset_path(changeset) %>">
|
||||
<a class="changeset_id link-body-emphasis stretched-link" href="<%= changeset_path(changeset) %>">
|
||||
<span><%= changeset.tags["comment"].to_s.presence || t("browse.no_comment") %></span>
|
||||
</a>
|
||||
</p>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<div class="col">
|
||||
<%= changeset_details(changeset) %>
|
||||
·
|
||||
<a class="changeset_id text-dark" href="<%= changeset_path(changeset) %>">
|
||||
<a class="changeset_id link-body-emphasis" href="<%= changeset_path(changeset) %>">
|
||||
#<%= changeset.id %>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue