]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/_gpx_description.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / notifier / _gpx_description.rhtml
diff --git a/app/views/notifier/_gpx_description.rhtml b/app/views/notifier/_gpx_description.rhtml
deleted file mode 100644 (file)
index 2825799..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<%= t'notifier.gpx_notification.greeting' %>
-
-<%= t'notifier.gpx_notification.your_gpx_file' %>
-
-  <%= @trace_name %>
-
-<%= t'notifier.gpx_notification.with_description' %>
-
-  <%= @trace_description %>
-<% if @trace_tags.length>0 %>
-<%= t'notifier.gpx_notification.and_the_tags' %>
-<% @trace_tags.each do |tag| %>
-  <%= tag.tag.rstrip %><% end %><% else %>
-<%= t'notifier.gpx_notification.and_no_tags' %><% end %>