break comment "edited at" block out of the note-text element to prevent issues with inline text nodes

This commit is contained in:
Mike Greiling 2016-12-12 13:03:22 -06:00
parent d6fb30eb4f
commit e8d1c7a5b6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
.note-text.md
= preserve do
= note.redacted_note_html
= edited_time_ago_with_tooltip(note, placement: 'bottom', html_class: 'note_edited_ago', include_author: true)
= edited_time_ago_with_tooltip(note, placement: 'bottom', html_class: 'note_edited_ago', include_author: true)
- if note_editable
= render 'projects/notes/edit_form', note: note
.note-awards