From a65ccb55b5f9699d31088e98f61f9846f3f8505e Mon Sep 17 00:00:00 2001 From: rubynho Date: Sun, 17 Nov 2019 16:08:38 -0200 Subject: [PATCH] Improve parameters alignment --- app/views/notifier/gpx_success.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) %>

-- 2.43.2