]> git.openstreetmap.org Git - rails.git/commitdiff
Improve parameters alignment
authorrubynho <brunorafael6656@gmail.com>
Sun, 17 Nov 2019 18:08:38 +0000 (16:08 -0200)
committerrubynho <brunorafael6656@gmail.com>
Sun, 17 Nov 2019 18:08:38 +0000 (16:08 -0200)
app/views/notifier/gpx_success.html.erb

index d9d184a6d88a56b90ba3a11ef162c8752ce108be..1571f3798041b42916e54dd981b2a62af989c99e 100644 (file)
@@ -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>