Move followable button to sidebar after social share buttons
This commit is contained in:
@@ -53,9 +53,6 @@
|
||||
<% if current_user %>
|
||||
<span class="bullet"> • </span>
|
||||
<%= render 'proposals/flag_actions', proposal: @proposal %>
|
||||
|
||||
<span class="bullet"> • </span>
|
||||
<%= render 'follows/followable_button', followable: @proposal %>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
@@ -142,6 +139,9 @@
|
||||
title: @proposal.title,
|
||||
url: proposal_url(@proposal)
|
||||
} %>
|
||||
|
||||
<%= render 'follows/followable_button', followable: @proposal if current_user %>
|
||||
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user