]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/changeset.html.erb
Use flexbox to position the close icon on the sidebars
[rails.git] / app / views / browse / changeset.html.erb
index c15e1f8c61b932735f51a3288016e4af6e8ba334..3019fba95f83c4c99a02f0f580babb79b1a68757 100644 (file)
@@ -1,12 +1,11 @@
 <% set_title(t(".title", :id => @changeset.id)) %>
 
-<h2>
-  <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
-  <%= t(".title", :id => @changeset.id) %>
-</h2>
+<%= render "sidebar_header", :title => t(".title", :id => @changeset.id) %>
 
 <div class="browse-section">
-  <h6><%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %></h6>
+  <p class="font-italic">
+    <%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %>
+  </p>
   <div class="details"><%= changeset_details(@changeset) %></div>
 
   <%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %>