]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/_gpx_description.html.erb
Return the body of a note comment as a rich text object
[rails.git] / app / views / notifier / _gpx_description.html.erb
1 <%= t'notifier.gpx_notification.greeting' %>
2
3 <%= t'notifier.gpx_notification.your_gpx_file' %>
4
5   <%= @trace_name %>
6
7 <%= t'notifier.gpx_notification.with_description' %>
8
9   <%= @trace_description %>
10 <% if @trace_tags.length>0 %>
11 <%= t'notifier.gpx_notification.and_the_tags' %>
12 <% @trace_tags.each do |tag| %>
13   <%= tag.tag.rstrip %><% end %><% else %>
14 <%= t'notifier.gpx_notification.and_no_tags' %><% end %>