X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/31edc7dff6f4305366d0f93d35ba3fb1956bb71f..b8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad:/app/views/traces/edit.html.erb diff --git a/app/views/traces/edit.html.erb b/app/views/traces/edit.html.erb index 2deae8ac2..e3771bac0 100644 --- a/app/views/traces/edit.html.erb +++ b/app/views/traces/edit.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

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

+

<%= t ".heading", :name => @trace.name %>

<% end %> "picture", :id => @trace.id, :display_name => @trace.user.display_name %>"> @@ -8,20 +8,20 @@
-
+

<%= @trace.name %> (<%= link_to t(".download"), trace_data_path(@trace) %>)

-
+

<%= l @trace.timestamp, :format => :friendly %>

<% if @trace.inserted? %> -
+

<%= @trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/, '\1,') %>

-
+
@@ -30,19 +30,19 @@
(<%= link_to t(".map"), :controller => "site", :action => "index", :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %> / <%= link_to t(".edit"), :controller => "site", :action => "edit", :gpx => @trace.id, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %>) <% end %> -
+
-

<%= link_to h(@trace.user.display_name), user_path(@trace.user) %>

+

<%= link_to @trace.user.display_name, user_path(@trace.user) %>

-
+
<%= 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" %>)