Rework changeset descriptions to use h6 tags, and refactor changeset lists to use list-group-flush
The descriptions are probably best not as a header, but still needs to be something more prominent than surrounding text.
This commit is contained in:
parent
1a9595862f
commit
827123a8f6
4 changed files with 6 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
</h2>
|
||||
|
||||
<div class="browse-section">
|
||||
<h4><%= linkify(h(@changeset.tags["comment"].to_s.presence || t("browse.no_comment"))) %></h4>
|
||||
<h6><%= linkify(h(@changeset.tags["comment"].to_s.presence || t("browse.no_comment"))) %></h6>
|
||||
<div class="details"><%= changeset_details(@changeset) %></div>
|
||||
|
||||
<%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue