From 71a3948f3c9ee8b88c6c137107546d2f0d4fe980 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Thu, 11 Oct 2018 16:40:14 +0100 Subject: add conditional back --- layouts/feedback.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/feedback.html b/layouts/feedback.html index 4588aa88..f1607b40 100644 --- a/layouts/feedback.html +++ b/layouts/feedback.html @@ -181,7 +181,7 @@ <%# Show comments only in production and on master branch (hide archives) %> - <%# if @item[:comments].nil? && ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %> + <% if @item[:comments].nil? && ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %> <% unless @item.identifier.to_s.split('/')[1] == 'ce' %>
@@ -199,7 +199,7 @@
<% end %> - <%# end %> + <% end %> -- cgit v1.2.3