projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5542fd2
)
Improve parameters alignment
author
rubynho
<brunorafael6656@gmail.com>
Sun, 17 Nov 2019 18:08:38 +0000
(16:08 -0200)
committer
rubynho
<brunorafael6656@gmail.com>
Sun, 17 Nov 2019 18:08:38 +0000
(16:08 -0200)
app/views/notifier/gpx_success.html.erb
patch
|
blob
|
history
diff --git
a/app/views/notifier/gpx_success.html.erb
b/app/views/notifier/gpx_success.html.erb
index d9d184a6d88a56b90ba3a11ef162c8752ce108be..1571f3798041b42916e54dd981b2a62af989c99e 100644
(file)
--- a/
app/views/notifier/gpx_success.html.erb
+++ b/
app/views/notifier/gpx_success.html.erb
@@
-3,7
+3,5
@@
<p>
<%= render :partial => "gpx_description" %>
<%= t("notifier.gpx_notification.success.loaded_successfully",
- :trace_points => @trace_points,
- :possible_points => @possible_points,
- :count => @possible_points) %>
+ :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
</p>