]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/_gpx_description.text.erb
Move trace descriptions out of success/failure sentences in emails
[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 %>