]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/_gpx_description.rhtml
* Made "Account not active" and "Couldn't log in with those details" translatable
[rails.git] / app / views / notifier / _gpx_description.rhtml
1 Hi,
2
3 It looks like your GPX file
4
5   <%= @trace_name %>
6
7 with the description 
8
9   <%= @trace_description %>
10 <% if @trace_tags.length>0 %>
11 and the following tags:
12 <% @trace_tags.each do |tag| %>
13   <%= tag.tag.rstrip %><% end %><% else %>
14 and no tags.<% end %>