X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/908a6ef409518d86bfd2cdf0d2a82a6c312821c8..11d8dc59d43997ad7d4b35818087200e42399000:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 47a9f8ad2..cbe6c1628 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -1,19 +1,23 @@ -
<%= t'trace.view.filename' %> | <%= @trace.name %> (<%= link_to t('trace.view.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>) | -||
<%= t'trace.view.uploaded' %> | -<%= l @trace.timestamp %> | +<%= l @trace.timestamp, :format => :friendly %> | |
<%= t'trace.view.tags' %> |
<% unless @trace.tags.empty? %>
- <%= @trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ") %>
+ <%= raw(@trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ")) %>
<% else %>
<%= t'trace.view.none' %>
<% end %>
@@ -50,13 +54,9 @@
-
|