]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.html.erb
Fix erblint warnings
[rails.git] / app / views / browse / _common_details.html.erb
index 3748f2f6587409b0c21166b1c24df2cb077cbd67..35620775488f230ab4a0665d9bfdb2aedc33d437 100644 (file)
@@ -4,7 +4,7 @@
 </h4>
 
 <p class="font-italic">
-  <% if common_details.changeset.tags['comment'].present? %>
+  <% if common_details.changeset.tags["comment"].present? %>
     <%= linkify(common_details.changeset.tags["comment"]) %>
   <% else %>
     <%= t "browse.no_comment" %>
@@ -13,7 +13,7 @@
 
 <div class="details">
   <%= t "browse.#{common_details.visible? ? :edited : :deleted}_by_html",
-        :time => time_ago_in_words(common_details.timestamp, :scope => :'datetime.distance_in_words_ago'),
+        :time => time_ago_in_words(common_details.timestamp, :scope => :"datetime.distance_in_words_ago"),
         :user => changeset_user_link(common_details.changeset),
         :title => l(common_details.timestamp) %>
   &middot;