Skip to content

Commit

Permalink
Fixes publiclab#11369: Added store button to link store and wiki pages
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaVanwari committed Aug 27, 2022
1 parent be95f41 commit 95f9758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/like/_like.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<% end %>
</span>

<span data-toggle="tooltip" data-placement="top" rel="tooltip" title="Store" class="btn btn-outline-secondary btn-circle">
<a><span class="fa fa-shopping-cart"></span></a>
</span>

<% if @node %>
<% subpage_count = Tag.find_pages("parent:#{@node.slug}", 100).count %>
<% if subpage_count > 0 %>
Expand Down

0 comments on commit 95f9758

Please sign in to comment.