6 lines
182 B
Text
6 lines
182 B
Text
<p><%= t ".hi", :to_user => @to_user %></p>
|
|
|
|
<p>
|
|
<%= render :partial => "gpx_description" %>
|
|
<%= t(".loaded", :trace_points => @trace_points, :count => @possible_points) %>
|
|
</p>
|