Improve parameters alignment
This commit is contained in:
parent
5542fd2bce
commit
a65ccb55b5
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue