]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/changeset.html.erb
Rework changeset descriptions to use h6 tags, and refactor changeset lists to use...
[rails.git] / app / views / browse / changeset.html.erb
index 9ad35b2a7d5c71bba58a14854a49a01f56edf7c2..148cb5a8807fcd70fb3b8098e23ffce1c2b4fd6f 100644 (file)
@@ -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") %>