various gpx bits
This commit is contained in:
parent
ece8999dcd
commit
fac305e87b
11 changed files with 154 additions and 17 deletions
7
app/views/notifier/gpx_failure.rhtml
Normal file
7
app/views/notifier/gpx_failure.rhtml
Normal file
|
@ -0,0 +1,7 @@
|
|||
Hi,
|
||||
|
||||
It looks like your GPX file
|
||||
|
||||
<%= @trace_name %>
|
||||
|
||||
failed to import :-(
|
7
app/views/notifier/gpx_success.rhtml
Normal file
7
app/views/notifier/gpx_success.rhtml
Normal file
|
@ -0,0 +1,7 @@
|
|||
Hi,
|
||||
|
||||
It looks like your GPX file
|
||||
|
||||
<%= @trace_name %>
|
||||
|
||||
loaded successfully with <%= @trace_points %> points.
|
Loading…
Add table
Add a link
Reference in a new issue