X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22594361d5abd2a6ee18e290058d9d39d7d761ec..bc31329da1c98f99d52a6f37ac8bb256012eb4f6:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 1f272b271..0887e5605 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -1,4 +1,6 @@ -

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

+<% content_for :heading do %> +

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

+<% end %> <% if STATUS != :gpx_offline %> <% if @trace.inserted %> @@ -12,7 +14,7 @@ <%= t'trace.view.filename' %> <%= @trace.name %> (<%= link_to t('trace.view.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>) - + <%= t'trace.view.uploaded' %> <%= l @trace.timestamp, :format => :friendly %> @@ -52,7 +54,7 @@

-<% if_user(@trace.user) do %> +<%= if_user(@trace.user) do %>
<%= button_to t('trace.view.edit_track'), :controller => 'trace', :action => 'edit', :id => @trace.id %>