Change pre tag for historiy's note to p tag as visible.

This commit is contained in:
hassaku 2015-01-07 17:39:01 +09:00
parent 9cc12f7bc3
commit 7ba6443594

View File

@ -6,9 +6,7 @@
- if @backup_file.note.content.present? - if @backup_file.note.content.present?
.row .row
.col-xs-12 .col-xs-12
%pre %p= @backup_file.note.content
= preserve do
= @backup_file.note.content
.row .row
.col-xs-12 .col-xs-12