Improve parameters alignment

This commit is contained in:
rubynho 2019-11-17 16:08:38 -02:00
parent 5542fd2bce
commit a65ccb55b5

View file

@ -3,7 +3,5 @@
<p> <p>
<%= render :partial => "gpx_description" %> <%= render :partial => "gpx_description" %>
<%= t("notifier.gpx_notification.success.loaded_successfully", <%= t("notifier.gpx_notification.success.loaded_successfully",
:trace_points => @trace_points, :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
:possible_points => @possible_points,
:count => @possible_points) %>
</p> </p>