/posts: fix duplicate share box id.

This commit is contained in:
evazion
2019-09-30 12:01:42 -05:00
parent dade1e67b0
commit 83538b8105

View File

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