mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-02 11:00:16 +01:00
Fix visible HTML tags in mobile flash
This commit is contained in:
parent
8c56444f96
commit
ff4d639142
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<h4 id="flash" class="alert" style="display:none"></h4>
|
||||
<% else -%>
|
||||
<% flash.each do |key,value| -%>
|
||||
<h4 id="flash" class='alert <%= key %>'><%= value %></h4>
|
||||
<h4 id="flash" class='alert <%= key %>'><%= value.html_safe %></h4>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue