]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_relation.html.erb
Merge remote-tracking branch 'upstream/pull/2189'
[rails.git] / app / views / browse / _relation.html.erb
index e187da6ca1930d4f3f3f1e2f0ecaeac9199a0ac6..e7c4817b06f35fd02d314e12eb54aa7a9cbe1198 100644 (file)
@@ -11,7 +11,7 @@
     <%= render :partial => "common_details", :object => relation %>
 
     <% unless relation.containing_relation_members.empty? %>
-      <h4><%= t'browse.part_of' %></h4>
+      <h4><%= t 'browse.part_of' %></h4>
       <ul><%= render :partial => "containing_relation", :collection => relation.containing_relation_members.uniq %></ul>
     <% end %>