Add image icon next to thumbnail size dropdown menu.

This commit is contained in:
evazion
2022-02-17 20:27:22 -06:00
parent 0b8d042c06
commit f54fac74c8
10 changed files with 20 additions and 30 deletions

View File

@@ -15,7 +15,7 @@
</div>
<%= render "application/update_notice", record: forum_post %>
<menu>
<menu class="mt-2">
<% if policy(forum_post).reply? %>
<% if current_user.is_anonymous? %>
<li><%= link_to "Reply", login_path(url: request.fullpath) %></li>