X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1586e2ba802e051f122d42fd8ad30aa3e6fdbf18..0195dd60a4172f4d972e51322867e7ae707afad0:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 8b754a591..9ee58cf22 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -1,6 +1,5 @@ - <% cl = cycle("table0", "table1") %> - + <% if Settings.status != "gpx_offline" %> <% if trace.inserted %> "show", :id => trace.id, :display_name => trace.user.display_name %>"> "icon", :id => trace.id, :display_name => trace.user.display_name %>" border="0" alt="" /> @@ -9,28 +8,50 @@ <% end %> <% end %> - <%= 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 %> - ... <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %> - <%= link_to_if trace.inserted?, t(".map"), { :controller => "site", :action => "index", :mlat => trace.latitude, :mlon => trace.longitude, :anchor => "map=14/#{trace.latitude}/#{trace.longitude}" }, { :title => t(".view_map") } %> / - <%= link_to t(".edit"), { :controller => "site", :action => "edit", :gpx => trace.id }, { :title => t(".edit_map") } %> + + +

+ <%= friendly_date_ago(trace.timestamp) %> + <%= 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 %> -
- <%= t ".by" %> <%= link_to h(trace.user.display_name), user_path(trace.user) %> - <% if !trace.tags.empty? %> - <%= t ".in" %> - <%= raw(trace.tags.collect { |tag| link_to_tag tag.tag }.join(", ")) %> +

+ + + <% if trace.inserted? %> + <% end %>