X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..9e504a0b33032635c3dc5801b22ca3e7566d6b0b:/app/views/trace/view.html.erb?ds=inline diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 381a2fc97..048d92d35 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 => @trace.name %>

<% if @trace.inserted %> @@ -13,7 +13,7 @@ <%= t'trace.view.uploaded' %> - <%= @trace.timestamp %> + <%= l @trace.timestamp %> <% 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 %>