]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_gpx_description.html.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / _gpx_description.html.erb
diff --git a/app/views/notifier/_gpx_description.html.erb b/app/views/notifier/_gpx_description.html.erb
deleted file mode 100644 (file)
index de67f60..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<%= t "notifier.gpx_notification.your_gpx_file" %>
-<strong><%= @trace_name %></strong>
-<%= t "notifier.gpx_notification.with_description" %>
-<em><%= @trace_description %></em>
-<% if @trace_tags.length>0 %>
-  <%= t "notifier.gpx_notification.and_the_tags" %>
-  <em><% @trace_tags.each do |tag| %>
-    <%= tag.tag.rstrip %>
-  <% end %></em>
-<% else %>
-  <%= t "notifier.gpx_notification.and_no_tags" %>
-<% end %>