X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9d35062ba3013891e44265261eaa1111ab1ebc47..b9f7f39140e942df4dc08d4167d3c07202628840:/app/views/trace/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 202f9039d..32c07db75 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -1,14 +1,16 @@ -

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

+<% content_for :heading do %> +

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

+<% end %> -<% form_for :trace, @trace do |f| %> +<%= form_for @trace, :url => { :action => "edit" } do |f| %> - +
<%= 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 %>