Removes '|' after button in debates/show
The rest of the commit noise is trailing spaces :(
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
|
||||
<% if current_user && @debate.editable_by?(current_user) %>
|
||||
<%= link_to 'Edit', edit_debate_path(@debate), :class => 'button radius right' %> |
|
||||
<%= link_to 'Edit', edit_debate_path(@debate), :class => 'button radius right' %>
|
||||
<% end %>
|
||||
|
||||
</article>
|
||||
Reference in New Issue
Block a user