X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..32c3000af7c2c4016b75abf5a396262e28aabd72:/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" %>)