fixes typo
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user