It's really only needed for rendering in Yahoo. Let's try to do without having to copy-paste that into every html template.
6 lines
244 B
Text
6 lines
244 B
Text
<p><%= t'notifier.gpx_notification.greeting' %></p>
|
|
|
|
<p>
|
|
<%= render :partial => "gpx_description" %>
|
|
<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>
|
|
</p>
|