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