X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6d48655a71908c77b041daae3b4c3631675831ae..6c0366d2a2407184715ab97bc01410040b9612f5:/app/views/user_mailer/_gpx_description.html.erb diff --git a/app/views/user_mailer/_gpx_description.html.erb b/app/views/user_mailer/_gpx_description.html.erb index 85b4c7cae..d4eefeb25 100644 --- a/app/views/user_mailer/_gpx_description.html.erb +++ b/app/views/user_mailer/_gpx_description.html.erb @@ -1,9 +1,16 @@ -<% trace_name = tag.strong(@trace_name) %> -<% trace_name = link_to(trace_name, @trace_url) if @trace_url %> -<% trace_description = tag.em(@trace_description) %> -<% if @trace_tags.length > 0 %> - <% tags = safe_join @trace_tags.map { |trace_tag| tag.em trace_tag.tag }, ", " %> - <%= t ".description_with_tags_html", :trace_name => trace_name, :trace_description => trace_description, :tags => tags %> -<% else %> - <%= t ".description_with_no_tags_html", :trace_name => trace_name, :trace_description => trace_description %> -<% end %> +
<%= t ".details" %>
+ +