X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/73f04687ff4e0d4d6f317619bac7ca0c9a79a4f3..9e504a0b33032635c3dc5801b22ca3e7566d6b0b:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 80733844d..048d92d35 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -35,12 +35,12 @@ <%= t'trace.view.tags' %> - <% if @trace.tags %> + <% unless @trace.tags.empty? %> <% @trace.tags.each do |tag| %> <%= link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } %> <% end %> <% else %> - <%= t'trace.view.none' %> + <%= t'trace.view.none' %> <% end %>