]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/note.html.erb
Tone down the anonymous edit warning for notes
[rails.git] / app / views / browse / note.html.erb
index 740646efb616fce53d14982c25d9239ff281e49c..f441b7b3bec2795e61daa687cb2731ce5b3f8a8b 100644 (file)
@@ -16,8 +16,8 @@
 <div class='column-1'>
 
   <% if @note.comments.find { |comment| comment.author.nil? } -%>
-  <div class='browse-section common warning'>
-    <%= t "javascripts.notes.show.anonymous_warning" %>
+  <div class='browse-section common'>
+    <p class="warning"><%= t "javascripts.notes.show.anonymous_warning" %></p>
   </div>
   <% end -%>