X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5d90e595a26849da56491023fd7dc4a2453bb2b9..7df4a7f8a3858d9fdb92f5df4c7056181bf91046:/app/views/traces/_trace.html.erb?ds=sidebyside
diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb
index b7325dc54..832187b79 100644
--- a/app/views/traces/_trace.html.erb
+++ b/app/views/traces/_trace.html.erb
@@ -9,48 +9,51 @@
<% end %>
-
- <%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %>
-
+
+ -
+ <%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %>
+
- <% if trace.inserted? %>
-
- <%= t ".count_points", :count => trace.size %>
-
- <% end %>
-
- <% badge_class = case trace.visibility
- when "public", "identifiable" then "success"
- else "danger"
- end %>
- <%= t(".#{trace.visibility}") %>
+ <% if trace.inserted? %>
+ -
+ <%= t ".count_points", :count => trace.size %>
+
+ <% end %>
-
-
+ -
+ <% badge_class = case trace.visibility
+ when "public", "identifiable" then "success"
+ else "danger"
+ end %>
+ <%= t(".#{trace.visibility}") %>
+
+
+
- <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %>
+ <%= time_ago_in_words(trace.timestamp, :scope => :"datetime.distance_in_words_ago") %>
<%= t ".by" %> <%= link_to trace.user.display_name, user_path(trace.user) %>
<% if !trace.tags.empty? %>
<%= t ".in" %>
<%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
<% end %>
-
-
-
+
+
<%= trace.description %>
|
<% if trace.inserted? %>
-
- -
- <%= link_to t(".view_map"), { :controller => "site", :action => "index", :mlat => trace.latitude, :mlon => trace.longitude, :anchor => "map=14/#{trace.latitude}/#{trace.longitude}" } %>
-
- -
- <%= link_to t(".edit_map"), { :controller => "site", :action => "edit", :gpx => trace.id } %>
-
-
+
<% end %>
|