]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/_location.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / diary_entries / _location.html.erb
index 6828cd4dc282b536567731a55ede2bcaa4d5e12a..e85be917a27bb2541d03c54f167ee7440616323e 100644 (file)
@@ -1,6 +1,6 @@
-<%= t '.location' %>
+<%= t ".location" %>
 
-<a href="<%= url_for :controller => 'site', :action => 'index', :anchor => "map=14/#{location.latitude}/#{location.longitude}" %>">
+<a href="<%= url_for :controller => "site", :action => "index", :anchor => "map=14/#{location.latitude}/#{location.longitude}" %>">
 <abbr class="geo" title="<%= number_with_precision(location.latitude, :precision => 4) %>; <%= number_with_precision(location.longitude, :precision => 4) %>">
 <%= describe_location location.latitude, location.longitude, 14, location.language_code %>
 </abbr>