Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-10-04 17:50:45 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-10-04 17:50:45 +0300
commite1c32426d757c2e1b4b0ebbd81ef6994771c97b8 (patch)
treec5a6289b401149968d7d654701b390cd1e0bced9 /layouts/feedback.html
parent627f2a36cc830fdc60cb1f4fe7f490c24f875621 (diff)
comment the conditional to keep previewing with review apps (TO BE REVERTED)
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index c96c429c..180f27e9 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -71,7 +71,7 @@
</a>
<%# 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' %>
<p>If you want to give <strong>quick and simple feeback</strong> on this doc:</p>
<div id="disqus_thread" class="disqus-comments-gitlab">
@@ -104,7 +104,7 @@
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<% end %>
- <% end %>
+ <%# end %>
</div>
</div>
</div>