]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_success.rhtml
Made GPX notification E-Mails translatable
[rails.git] / app / views / notifier / gpx_success.rhtml
index ae05bb83b2b9c41986b858262b725a58421a2ab3..1983fe71c2e563d1ef58ff42c75fb7be1d8c0497 100644 (file)
@@ -1,8 +1,2 @@
-Hi,
-
-It looks like your GPX file
-
-  <%= @trace_name %>
-
-loaded successfully with <%= @trace_points %> out of a possible
-<%= @possible_points %> points.
+<%= render :partial => "gpx_description" %>
+<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>