X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1de54dc1359ff30a8adaeba1be7f65df16890896..b1ada7b9d61a4afe480971b6da616defe20a3c2b:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 65957b45d..0688ec130 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -1,4 +1,4 @@ -

<%= h(@title) %>

+

<%= t 'trace.view.heading', :name => h(@trace.name) %>

<% if @trace.inserted %> @@ -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 %>