X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/93dab8a1272f8c807da841c0a55b37f74b65b8c3..9189093997610a8f289037d37b683c9fed060ae1:/app/views/trace/view.rhtml
diff --git a/app/views/trace/view.rhtml b/app/views/trace/view.rhtml
index 28ef095ab..661f5866f 100644
--- a/app/views/trace/view.rhtml
+++ b/app/views/trace/view.rhtml
@@ -1,15 +1,13 @@
-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 => 'by_user'} %> |
description: | <%= @trace.description %> |
tags: | <%= @trace.tags.collect {|tag| tag.tag} %> |