app/views/help_popups/topics/index.html.erb in help_popups-1.0.0 vs app/views/help_popups/topics/index.html.erb in help_popups-1.0.1

- old
+ new

@@ -1,5 +1,5 @@ -<% if !(session[:help_popups_clearance].nil?) %> +<% if !(session[:help_popups_clearance].nil?) || (Rails.configuration.help_popups_simple_auth == false) %> <% if @topics.count == 0 %> <b>No Help Topics Defined!<b><br/> Please click the link below to add one...<br/> <% else %> <table cellpadding=0 cellspacing=0 width="600"> \ No newline at end of file