X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a1853204faefd8270e3db4a988ef373ea1ab342d:/app/views/trace/edit.html.erb..b446138aefb04799cc1253886335ced16e546517:/app/views/traces/edit.html.erb diff --git a/app/views/trace/edit.html.erb b/app/views/traces/edit.html.erb similarity index 82% rename from app/views/trace/edit.html.erb rename to app/views/traces/edit.html.erb index e890745ae..6657a33ad 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/traces/edit.html.erb @@ -2,7 +2,7 @@

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

<% end %> - + <%= form_for @trace, :method => :post, :url => { :action => "edit" } do |f| %> @@ -44,7 +44,7 @@
- <%= f.select :visibility, [[t('trace.visibility.private'),"private"], [t('trace.visibility.public'),"public"], [t('trace.visibility.trackable'),"trackable"], [t('trace.visibility.identifiable'),"identifiable"]] %> (<%= t '.visibility_help' %>) + <%= f.select :visibility, [[t('traces.visibility.private'),"private"], [t('traces.visibility.public'),"public"], [t('traces.visibility.trackable'),"trackable"], [t('traces.visibility.identifiable'),"identifiable"]] %> (<%= t '.visibility_help' %>)