X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/93dab8a1272f8c807da841c0a55b37f74b65b8c3..2709027882c3f36a1d6a442c2c4b706b54b1edeb:/app/views/trace/view.rhtml
diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml
index 28ef095ab..3bc2abada 100644
--- a/app/views/trace/view.rhtml
+++ b/app/views/trace/view.rhtml
@@ -1,15 +1,19 @@
-trace <%= @trace.name %>
-
-icon
-
-
-picture
-
-
-time <%= @trace.timestamp %>
-
-dec <%= @trace.description %>
-
-
+
filename: | <%= @trace.name %> |
uploaded at: | <%= @trace.timestamp %> |
points: | <%= @trace.size %> |
start coordinate: | <%= @trace.latitude %>, <%= @trace.longitude %> |
owner: | <%= link_to @trace.user.display_name, {:controller => 'trace', :action => 'view', :display_name => @trace.user.display_name, :id => nil} %> |
description: | <%= @trace.description %> |
tags: | + <% if @trace.tags %> + <% @trace.tags.each do |tag| %> + <%= link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } %> + <% end %> + <% end %> + |