refactor share buttons

This commit is contained in:
r888888888
2018-10-20 19:11:16 -07:00
parent 192ac128cd
commit 0ab6e9f94d
4 changed files with 44 additions and 23 deletions

View File

@@ -12,6 +12,11 @@
<%= @post_set.presenter.tag_list_html(current_query: params[:tags], show_extra_links: CurrentUser.user.is_gold?) %>
</section>
<section id="tag-box">
<h1>Share</h1>
<%= render "posts/partials/index/share" %>
</section>
<%= render "posts/partials/index/options" %>
<%= render "posts/partials/index/related" %>