]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_mailer/_gpx_description.text.erb
Move number of points to file details in gpx emails
[rails.git] / app / views / user_mailer / _gpx_description.text.erb
index f0ce97e61474d7051d6b16fde13444fb82a8323f..e828068b9f1cdb1bab5e83e01746a1e2ad97f10e 100644 (file)
 <%= t ".tags" %>
        <%= @trace_tags.map(&:tag).join(", ") %>
 <% end %>
+<% if @possible_points %>
+<%= t ".total_points" %>
+       <%= @possible_points %>
+<% end %>
+<% if @trace_points %>
+<%= t ".imported_points" %>
+       <%= @trace_points %>
+<% end %>