fixes typo

This commit is contained in:
rgarcia
2016-11-19 14:03:10 +01:00
parent 724dac4df2
commit e12f183775
17 changed files with 67 additions and 67 deletions

View File

@@ -29,11 +29,11 @@
<%= render "shared/banner" %>
<% end %>
<% if @proposal_successfull_exists %>
<%= render "proposals/successfull_banner" %>
<% if @proposal_successful_exists %>
<%= render "proposals/successful_banner" %>
<% end %>
<% unless @tag_filter || @search_terms || !has_featured? || @proposal_successfull_exists %>
<% unless @tag_filter || @search_terms || !has_featured? || @proposal_successful_exists %>
<%= render "featured_debates" %>
<% end %>