From 7ba644359469cb5ae97c640cd3e77a0944ca0d2c Mon Sep 17 00:00:00 2001 From: hassaku Date: Wed, 7 Jan 2015 17:39:01 +0900 Subject: [PATCH] Change pre tag for historiy's note to p tag as visible. --- app/views/fluentd/settings/histories/show.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/fluentd/settings/histories/show.html.haml b/app/views/fluentd/settings/histories/show.html.haml index 99b5144..ace0457 100644 --- a/app/views/fluentd/settings/histories/show.html.haml +++ b/app/views/fluentd/settings/histories/show.html.haml @@ -6,9 +6,7 @@ - if @backup_file.note.content.present? .row .col-xs-12 - %pre - = preserve do - = @backup_file.note.content + %p= @backup_file.note.content .row .col-xs-12