post tooltips: add disable button inside tooltip.
This commit is contained in:
@@ -7,4 +7,8 @@
|
||||
<%= link_to "toptagger:#{@post.keeper.name}", user_path(@post.keeper) %>
|
||||
<%= link_to_search "rating:#{@post.pretty_rating.downcase}" %>
|
||||
<%= link_to_search "score:#{@post.score}" %>
|
||||
|
||||
<%= link_to "#", class: "post-tooltip-disable", title: "Disable enhanced tooltips" do %>
|
||||
<i class="fas fa-times-circle"></i>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user