X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ee8ce8c3abcdf357a472020559321250c7913e48..f885cfe0f5f0602dd51e1734f8ce2eaf377b1614:/app/views/traces/new.html.erb diff --git a/app/views/traces/new.html.erb b/app/views/traces/new.html.erb index fc6a9f1a9..d2ccebb4c 100644 --- a/app/views/traces/new.html.erb +++ b/app/views/traces/new.html.erb @@ -7,20 +7,20 @@ <%= form_for @trace, :url => { :action => "create" }, :html => { :multipart => true } do |f| %>
-
+
<%= f.file_field :gpx_file %>
-
+
<%= f.text_field :description %>
-
+
<%= f.text_field :tagstring %> (<%= t ".tags_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" %>)