]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/gpx_failure.html.erb
Merge remote-tracking branch 'upstream/pull/1926'
[rails.git] / app / views / notifier / gpx_failure.html.erb
1 <p><%= t "notifier.gpx_notification.greeting" %></p>
2
3 <p>
4   <%= render :partial => "gpx_description" %>
5   <%= t "notifier.gpx_notification.failure.failed_to_import" %>
6 </p>
7
8 <blockquote>
9   <%= @error %>
10 </blockquote>
11
12 <p>
13   <%= t "notifier.gpx_notification.failure.more_info_1" %>
14   <%= t "notifier.gpx_notification.failure.more_info_2" %>
15   <%= t "notifier.gpx_notification.failure.import_failures_url" %>
16 </p>