diff --git a/app/assets/javascripts/index/directions.js b/app/assets/javascripts/index/directions.js index 42854f2e2..89eccb8cb 100644 --- a/app/assets/javascripts/index/directions.js +++ b/app/assets/javascripts/index/directions.js @@ -307,7 +307,7 @@ OSM.Directions = function (map) { var row = $("
") .text(I18n.t("javascripts.map.layers.overlays")) - .attr("class", "text-muted") + .attr("class", "text-body-secondary") .appendTo(overlaySection); var overlays = $("
") - .attr("class", "text-muted") + .attr("class", "text-body-secondary") .text(I18n.t("javascripts.share.paste_html"))); // Geo URI @@ -128,7 +128,7 @@ L.OSM.share = function (options) { $("
") - .attr("class", "text-muted") + .attr("class", "text-body-secondary") .html(I18n.t("javascripts.share.image_dimensions", args)) .appendTo($form); diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index aa8b9d65b..81674c805 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -50,7 +50,7 @@ time[title] { /* Utility for de-emphasizing content */ -.text-muted a { +.text-body-secondary a { color: $blue; } diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb index 20e8a2292..e2de9934f 100644 --- a/app/helpers/user_helper.rb +++ b/app/helpers/user_helper.rb @@ -77,7 +77,7 @@ module UserHelper :size => "24") + t("application.auth_providers.#{name}.title"), auth_path(options.merge(:provider => provider)), :method => :post, - :class => "auth_button fs-6 border rounded text-muted text-decoration-none py-2 px-4 d-flex justify-content-center align-items-center", + :class => "auth_button fs-6 border rounded text-body-secondary text-decoration-none py-2 px-4 d-flex justify-content-center align-items-center", :title => t("application.auth_providers.#{name}.title") ) end diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index e783367dd..dc649cbf4 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -22,12 +22,12 @@ <%= f.select(:auth_provider, Auth.providers, :hide_label => true, :wrapper => { :class => "col-auto mb-0" }) %> <%= f.text_field(:auth_uid, :hide_label => true, :wrapper => { :class => "col mb-0" }) %>
+
<%= t ".resend_html", :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>
diff --git a/app/views/dashboards/_contact.html.erb b/app/views/dashboards/_contact.html.erb index b28a28a26..759faab8f 100644 --- a/app/views/dashboards/_contact.html.erb +++ b/app/views/dashboards/_contact.html.erb @@ -9,7 +9,7 @@ <%= user_thumbnail contact %>+
<%= link_to contact.display_name, contact %> <% if @user.home_location? and contact.home_location? %> <% distance = @user.distance(contact) %> @@ -32,7 +32,7 @@
(<%= scope %>)
(<%= scope %>)
(<%= scope %>)
(<%= scope %>)