X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e342314d8b513dd1b7693a40885fd61d439a3557..6e71f16bbbdf3da35fc064c354c4078ea48edcbf:/app/views/traces/show.html.erb diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb index e72c423d7..51b21f982 100644 --- a/app/views/traces/show.html.erb +++ b/app/views/traces/show.html.erb @@ -4,7 +4,7 @@ <% if Settings.status != "gpx_offline" %> <% if @trace.inserted %> - "picture", :id => @trace.id, :display_name => @trace.user.display_name %>"> + <%= image_tag trace_picture_path(@trace.user, @trace), :class => "trace_image" %> <% else %> <%= t ".pending" %> <% end %> @@ -12,38 +12,38 @@
<%= t ".filename" %> | +<%= t ".filename" %> | <%= @trace.name %> (<%= link_to t(".download"), trace_data_path(@trace) %>) | |
---|---|---|---|
<%= t ".uploaded" %> | +<%= t ".uploaded" %> | <%= l @trace.timestamp, :format => :friendly %> | |
<%= t ".points" %> | +<%= t ".points" %> | <%= number_with_delimiter(@trace.size) %> | |
<%= t ".start_coordinates" %> | +<%= t ".start_coordinates" %> |
<%= t ".coordinates_html",
:latitude => tag.span(number_with_delimiter(@trace.latitude), :class => "latitude"),
:longitude => tag.span(number_with_delimiter(@trace.longitude), :class => "longitude") %>
- (<%= link_to t(".map"), :controller => "site", :action => "index", :mlat => @trace.latitude, :mlon => @trace.longitude, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %> / <%= link_to t(".edit"), :controller => "site", :action => "edit", :gpx => @trace.id, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %>) |
+ (<%= link_to t(".map"), root_path(:mlat => @trace.latitude, :mlon => @trace.longitude, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}") %> / <%= link_to t(".edit"), edit_path(:gpx => @trace.id, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}") %>)
|
<%= t ".owner" %> | -<%= link_to @trace.user.display_name, user_path(@trace.user) %> | +<%= t ".owner" %> | +<%= link_to @trace.user.display_name, @trace.user %> |
<%= t ".description" %> | +<%= t ".description" %> | <%= @trace.description %> | |
<%= t ".tags" %> | +<%= t ".tags" %> | <% unless @trace.tags.empty? %> <%= safe_join(@trace.tags.collect { |tag| link_to tag.tag, :controller => "traces", :action => "index", :tag => tag.tag, :id => nil }, ", ") %> @@ -53,18 +53,16 @@ | |
<%= t ".visibility" %> | +<%= t ".visibility" %> | <%= t "traces.visibility.#{@trace.visibility}" %> |