X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a570f59187efa0a298d31bae2b224de9762bb42f..3666b674330ec8d14a224932a191d6121c5974e2:/app/views/traces/show.html.erb diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb index e049797a8..19d1b06b8 100644 --- a/app/views/traces/show.html.erb +++ b/app/views/traces/show.html.erb @@ -1,5 +1,5 @@ <% content_for :heading do %> -

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

+

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

<% end %> <% if Settings.status != "gpx_offline" %> @@ -10,7 +10,7 @@ <% end %> <% end %> - +
@@ -30,11 +30,11 @@ <% end %> - + - +
<%= t ".filename" %> <%= @trace.name %> (<%= link_to t(".download"), trace_data_path(@trace) %>)
<%= t ".owner" %><%= link_to h(@trace.user.display_name), user_path(@trace.user) %><%= link_to @trace.user.display_name, user_path(@trace.user) %>
<%= t ".description" %><%= h(@trace.description) %><%= @trace.description %>
<%= t ".tags" %>