Skip to content

Commit

Permalink
removes redundant condition
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Sep 2, 2015
1 parent 7d3cb8b commit 31a8c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/debates/_votes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<%= t("votes.organizations") %>
</p>
</div>
<% elsif user_signed_in? && current_user.unverified? && !debate.votable_by?(current_user)%>
<% elsif user_signed_in? && !debate.votable_by?(current_user)%>
<div class="anonymous-votes" style='display:none'>
<p>
<%= t("votes.anonymous",
Expand Down

0 comments on commit 31a8c15

Please sign in to comment.