X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6b631f1e25533233fe8e323c7f6d657a2b1d8718..627f2493faa77336e7dcb13abb92dc547ee4db9f:/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" %>)