Removes '|' after button in debates/show

The rest of the commit noise is trailing spaces :(
This commit is contained in:
kikito
2015-07-28 16:32:07 +02:00
parent 9073037a45
commit d5710c8dc6

View File

@@ -45,7 +45,7 @@
</div> </div>
<% if current_user && @debate.editable_by?(current_user) %> <% 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 %> <% end %>
</article> </article>