There was an error while loading. Please reload this page.
1 parent f603b02 commit 1e28ec6Copy full SHA for 1e28ec6
app/views/questions/show.html.erb
@@ -47,7 +47,10 @@
47
</section>
48
<section>
49
<h4> Answer: </h4>
50
- <% if logged_in? && current_user.premium? %>
+ <%
51
+ # if logged_in? && current_user.premium?
52
+ if true
53
+ %>
54
<%= Nokogiri::HTML::DocumentFragment.parse(@question.answer).to_html.html_safe %>
55
<% else %>
56
<%= link_to "Employer / Recruiter Membership Required", plans_path, class: "btn btn-xs btn-primary" %>
0 commit comments