<%= t "site.index.js_1" %>
diff --git a/app/views/profiles/edit.html.erb b/app/views/profiles/edit.html.erb
index 57e5acda7..a9c46f1ed 100644
--- a/app/views/profiles/edit.html.erb
+++ b/app/views/profiles/edit.html.erb
@@ -6,6 +6,8 @@
<%= t ".title" %>
<% end %>
+
+
<%= bootstrap_form_for current_user, :url => { :action => :update }, :html => { :multipart => true, :autocomplete => :off } do |f| %>
<%= f.richtext_field :description, :cols => 80, :rows => 20 %>
diff --git a/app/views/site/_add_a_note.html.erb b/app/views/site/_add_a_note.html.erb
index a8619998c..045c40cd9 100644
--- a/app/views/site/_add_a_note.html.erb
+++ b/app/views/site/_add_a_note.html.erb
@@ -1,6 +1,8 @@
<%= t ".para_1" %>
<%= t ".para_2_html",
- :note_icon => tag.a(:href => new_note_path(:anchor => map_hash(params)),
- :class => "icon note bg-dark rounded-1",
- :title => t("javascripts.site.createnote_tooltip")),
+ :note_icon => (link_to new_note_path(:anchor => map_hash(params)), :title => t("javascripts.site.createnote_tooltip") do
+ tag.svg :width => 20, :height => 20, :class => "align-top" do
+ render :partial => "layouts/control_icons", :locals => { :icons => %w[note] }
+ end
+ end),
:map_link => link_to(t(".the_map"), root_path) %>
--
2.39.5