X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/91139ae014608fe98653496e4c5425f9ebe3bed7..a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index a694d55bb..32c07db75 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,4 +1,6 @@ -

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

+<% content_for :heading do %> +

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

+<% end %> @@ -8,7 +10,7 @@ <%= t'trace.edit.filename' %> <%= @trace.name %> (<%= link_to t('trace.edit.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>) - + <%= t'trace.edit.uploaded_at' %> <%= l @trace.timestamp, :format => :friendly %>