openstreetmap-website/app/views/user_mailer/gpx_failure.html.erb
Andy Allan f635b98b8c Refactor trace notifications to reduce lego translations
Fixes #2268.

Unfortunately there's still a lego translation when both halves of the sentence are joined together, but this at least reduces the number of combinations to translate.
2020-11-18 18:14:55 +00:00

14 lines
285 B
Text

<p><%= t ".hi", :to_user => @to_user %></p>
<p>
<%= render :partial => "gpx_description" %>
<%= t ".failed_to_import" %>
</p>
<blockquote>
<%= @error %>
</blockquote>
<p>
<%= t ".more_info_html", :url => link_to(t(".import_failures_url"), t(".import_failures_url")) %>
</p>