From af0cc8cdb0553198fb3a60605d4b4273e07b245e Mon Sep 17 00:00:00 2001 From: Thomas Hille Date: Thu, 30 Mar 2017 22:10:02 +0200 Subject: [PATCH] changed button design --- app/views/request_for_comments/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/request_for_comments/show.html.erb b/app/views/request_for_comments/show.html.erb index 592ceb6b..658cdeab 100644 --- a/app/views/request_for_comments/show.html.erb +++ b/app/views/request_for_comments/show.html.erb @@ -20,12 +20,12 @@ <%= t('activerecord.attributes.request_for_comments.question')%>: <%= t('request_for_comments.no_question') %> <% end %> - + <% if (policy(@request_for_comment).mark_as_solved? and not @request_for_comment.solved?) %> - + <% elsif (@request_for_comment.solved?) %> - + <% else %> <% end %>