]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_success.html.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / gpx_success.html.erb
diff --git a/app/views/notifier/gpx_success.html.erb b/app/views/notifier/gpx_success.html.erb
deleted file mode 100644 (file)
index d9d184a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<p><%= t "notifier.gpx_notification.greeting" %></p>
-
-<p>
-  <%= render :partial => "gpx_description" %>
-  <%= t("notifier.gpx_notification.success.loaded_successfully",
-        :trace_points => @trace_points,
-        :possible_points => @possible_points,
-        :count => @possible_points) %>
-</p>