Skip to content

Commit 1e28ec6

Browse files
committed
open question page
1 parent f603b02 commit 1e28ec6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/views/questions/show.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
</section>
4848
<section>
4949
<h4> Answer: </h4>
50-
<% if logged_in? && current_user.premium? %>
50+
<%
51+
# if logged_in? && current_user.premium?
52+
if true
53+
%>
5154
<%= Nokogiri::HTML::DocumentFragment.parse(@question.answer).to_html.html_safe %>
5255
<% else %>
5356
<%= link_to "Employer / Recruiter Membership Required", plans_path, class: "btn btn-xs btn-primary" %>

0 commit comments

Comments
 (0)