Avoid raw html in translations for the note icon
This commit is contained in:
parent
c8f6d6df0f
commit
7751f7a04b
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
<div class='col-sm'>
|
||||
<h5><%= t "site.welcome.add_a_note.title" %></h5>
|
||||
<p><%= t "site.welcome.add_a_note.para_1" %></p>
|
||||
<p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
|
||||
<p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue