]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/_gpx_description.html.erb
Remove new issue notifications for now
[rails.git] / app / views / notifier / _gpx_description.html.erb
1 <%= t'notifier.gpx_notification.your_gpx_file' %>
2 <strong><%= @trace_name %></strong>
3 <%= t'notifier.gpx_notification.with_description' %>
4 <em><%= @trace_description %></em>
5 <% if @trace_tags.length>0 %>
6   <%= t'notifier.gpx_notification.and_the_tags' %>
7   <em><% @trace_tags.each do |tag| %>
8     <%= tag.tag.rstrip %>
9   <% end %></em>
10 <% else %>
11   <%= t'notifier.gpx_notification.and_no_tags' %>
12 <% end %>