projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove that ugly style="margin: 0"
[rails.git]
/
app
/
views
/
notifier
/
gpx_success.html.erb
1
<p><%= t'notifier.gpx_notification.greeting' %></p>
2
3
<p>
4
<%= render :partial => "gpx_description" %>
5
<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
6
</p>