From: rubynho Date: Sun, 17 Nov 2019 18:08:38 +0000 (-0200) Subject: Improve parameters alignment X-Git-Tag: live~2205^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a65ccb55b5f9699d31088e98f61f9846f3f8505e?hp=5542fd2bce182e2ac42782d88d0c99fb15a31e3f Improve parameters alignment --- diff --git a/app/views/notifier/gpx_success.html.erb b/app/views/notifier/gpx_success.html.erb index d9d184a6d..1571f3798 100644 --- a/app/views/notifier/gpx_success.html.erb +++ b/app/views/notifier/gpx_success.html.erb @@ -3,7 +3,5 @@

<%= 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) %>