Skip to content

Commit

Permalink
Removed unnecesary present?
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarreras committed Feb 1, 2014
1 parent 2afeb91 commit 6236375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/proposals/_vote.html.erb
@@ -1,4 +1,4 @@
<% if vote.explanation.present? %>
<% if vote.explanation? %>
<%= div_for vote do %>
<p class="login">
<%= link_to vote.user.name, vote.user %>
Expand Down

0 comments on commit 6236375

Please sign in to comment.