mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +01:00
make cucumber scenarios pass
This commit is contained in:
parent
12d8915eda
commit
a4d98a705a
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<% note = note_details -%>
|
||||
<div class="note_boby"><%= format_note(note.body) %></div>
|
||||
<div class="note_boby"><%= Tracks::Utils.render_text(note.body) %></div>
|
||||
|
||||
<div class="note_footer">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue