Skip to content

Commit

Permalink
info bubble was acting weird -- needs some attention but disabling fo…
Browse files Browse the repository at this point in the history
…r now since its doing nothing of value
  • Loading branch information
johnpaulashenfelter committed Mar 6, 2012
1 parent aa07a47 commit a4679f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/assessments/_assessment_question.html.erb
Expand Up @@ -57,7 +57,7 @@
<p>Please rate the priority and preparedness of this topic for your organization.</p> <p>Please rate the priority and preparedness of this topic for your organization.</p>
<p class="info-bubble"> <p class="info-bubble">
<%= link_to 'Learn more about this topic', '', :class => 'button weak info-bubble-trigger' %> <%= link_to 'Learn more about this topic', '', :class => 'button weak info-bubble-trigger' %>
<span class="info-bubble-text"> <span class="info-bubble-text-disabled">
<%= RedCloth.new(answer.question.help).to_html.html_safe if answer.question.help %> <%= RedCloth.new(answer.question.help).to_html.html_safe if answer.question.help %>
<br /><br /> <br /><br />
</span> </span>
Expand Down Expand Up @@ -117,7 +117,7 @@
<% unless answer.question.help.blank? %> <% unless answer.question.help.blank? %>
<p class="info-bubble"> <p class="info-bubble">
<%= link_to 'Learn more about this topic', '', :class => 'button weak', :onclick => 'return false;' %> <%= link_to 'Learn more about this topic', '', :class => 'button weak', :onclick => 'return false;' %>
<span class="info-bubble-text"> <span class="info-bubble-text-disabled">
<%= RedCloth.new(answer.question.help).to_html.html_safe if answer.question.help.present?%> <%= RedCloth.new(answer.question.help).to_html.html_safe if answer.question.help.present?%>
</span> </span>
</p> </p>
Expand Down

0 comments on commit a4679f6

Please sign in to comment.