projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Include tags in GPX success and failure mails. Closes #480.
[rails.git]
/
app
/
views
/
notifier
/
gpx_success.rhtml
diff --git
a/app/views/notifier/gpx_success.rhtml
b/app/views/notifier/gpx_success.rhtml
index ae05bb83b2b9c41986b858262b725a58421a2ab3..2613d742971336e990a8f472ef214c79bd81d8ee 100644
(file)
--- a/
app/views/notifier/gpx_success.rhtml
+++ b/
app/views/notifier/gpx_success.rhtml
@@
-1,8
+1,3
@@
-Hi,
-
-It looks like your GPX file
-
- <%= @trace_name %>
-
+<%= render :partial => "gpx_description" %>
loaded successfully with <%= @trace_points %> out of a possible
<%= @possible_points %> points.
loaded successfully with <%= @trace_points %> out of a possible
<%= @possible_points %> points.