<%= t "javascripts.map.base.#{layer['nameId']}" %>
diff --git a/app/views/layouts/user_mailer.html.erb b/app/views/layouts/user_mailer.html.erb
index bcba0ebdb..b597c3af0 100644
--- a/app/views/layouts/user_mailer.html.erb
+++ b/app/views/layouts/user_mailer.html.erb
@@ -1,6 +1,6 @@
">
-
+
; padding: 0; margin: 0; font-size: 14px; font-family: 'Helvetica Neue', Arial, sans-serif; color: #222">
diff --git a/app/views/profiles/locations/show.html.erb b/app/views/profiles/locations/show.html.erb
index adf38835d..253567017 100644
--- a/app/views/profiles/locations/show.html.erb
+++ b/app/views/profiles/locations/show.html.erb
@@ -24,7 +24,7 @@
<%= f.text_field :home_location_name, :wrapper_class => "my-2 col-sm-4 pe-3", :class => "mt-auto", :id => "home_location_name" %>
- checked <% end %> id="updatehome" />
+ checked <% end %> id="updatehome">
<%= tag.div "", :id => "map", :class => "content_map border border-secondary-subtle rounded z-0" %>
diff --git a/app/views/site/communities.html.erb b/app/views/site/communities.html.erb
index 21b5c235c..e9a89ab6d 100644
--- a/app/views/site/communities.html.erb
+++ b/app/views/site/communities.html.erb
@@ -21,4 +21,4 @@
<%= t ".other_groups.title" %>
<%= t ".other_groups.other_groups_html", :communities_wiki_link => link_to(t(".other_groups.communities_wiki"),
- t(".other_groups.communities_wiki_url")) %>
+ t(".other_groups.communities_wiki_url")) %>
diff --git a/app/views/user_mailer/_gpx_details.html.erb b/app/views/user_mailer/_gpx_details.html.erb
index 0ca88bb24..9ee9fde97 100644
--- a/app/views/user_mailer/_gpx_details.html.erb
+++ b/app/views/user_mailer/_gpx_details.html.erb
@@ -1,24 +1,24 @@
<%= t ".details" %>
- - <%= t ".filename" %>
+
- <%= t ".filename" %>
<% if @trace_url %>
- - <%= link_to(@trace_name, @trace_url) %>
+
- <%= link_to(@trace_name, @trace_url) %>
<% else %>
- - <%= @trace_name %>
+
- <%= @trace_name %>
<% end %>
- - <%= t ".description" %>
-
- <%= @trace_description %>
+
- <%= t ".description" %>
+ - <%= @trace_description %>
<% if @trace_tags.length > 0 %>
- - <%= t ".tags" %>
-
- <%= @trace_tags.map(&:tag).join(", ") %>
+
- <%= t ".tags" %>
+ - <%= @trace_tags.map(&:tag).join(", ") %>
<% end %>
<% if @possible_points %>
- - <%= t ".total_points" %>
-
- <%= @possible_points %>
+
- <%= t ".total_points" %>
+ - <%= @possible_points %>
<% end %>
<% if @trace_points %>
- - <%= t ".imported_points" %>
-
- <%= @trace_points %>
+
- <%= t ".imported_points" %>
+ - <%= @trace_points %>
<% end %>
diff --git a/app/views/user_mailer/gpx_failure.html.erb b/app/views/user_mailer/gpx_failure.html.erb
index 2e5a283b8..fe192f4a3 100644
--- a/app/views/user_mailer/gpx_failure.html.erb
+++ b/app/views/user_mailer/gpx_failure.html.erb
@@ -1,6 +1,6 @@
<%= t ".hi", :to_user => @to_user %>
-<%= t ".failed_to_import" %>
+
<%= t ".failed_to_import" %>
<%= render :partial => "gpx_details" %>
diff --git a/app/views/users/lists/_page.html.erb b/app/views/users/lists/_page.html.erb
index c868a26b2..8fafd57e9 100644
--- a/app/views/users/lists/_page.html.erb
+++ b/app/views/users/lists/_page.html.erb
@@ -11,7 +11,7 @@
<%= t ".found_users", :count => @users_count %>
-
+
<%= hidden_field_tag :status, params[:status] if params[:status] %>
<%= hidden_field_tag :username, params[:username] if params[:username] %>
@@ -41,7 +41,7 @@
<%= t ".found_users", :count => @users_count %>
-
+
<%= submit_tag t(".confirm"), :name => "confirm", :class => "btn btn-primary" %>
--
2.39.5