]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/_gpx_description.html.erb
0ca88bb24e6298d2d2263ce012bc13f7c482f842
[rails.git] / app / views / user_mailer / _gpx_description.html.erb
1 <p><%= t ".details" %></p>
2
3 <dl>
4   <dt><%= t ".filename" %>
5   <% if @trace_url %>
6     <dd><%= link_to(@trace_name, @trace_url) %>
7   <% else %>
8     <dd><%= @trace_name %>
9   <% end %>
10   <dt><%= t ".description" %>
11   <dd><%= @trace_description %>
12   <% if @trace_tags.length > 0 %>
13     <dt><%= t ".tags" %>
14     <dd><%= @trace_tags.map(&:tag).join(", ") %>
15   <% end %>
16   <% if @possible_points %>
17     <dt><%= t ".total_points" %>
18     <dd><%= @possible_points %>
19   <% end %>
20   <% if @trace_points %>
21     <dt><%= t ".imported_points" %>
22     <dd><%= @trace_points %>
23   <% end %>
24 </dl>