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