diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb
index b69c4c299..c03171af3 100644
--- a/app/views/posts/partials/show/_options.html.erb
+++ b/app/views/posts/partials/show/_options.html.erb
@@ -1,11 +1,12 @@
- <%= link_to "Resize to window", "#", :id => "image-resize-to-window-link" %>
+ - <%= link_to "Find similar", iqdb_queries_path(:post_id => post.id) %>
+ - <%= link_to_if post.visible?, "Download", post.tagged_file_url + "?download=1", download: post.presenter.filename_for_download %>
<% if CurrentUser.is_member? %>
- <%= link_to "Favorite", favorites_path(:post_id => post.id), :remote => true, :method => :post, :id => "add-to-favorites", :"data-shortcut" => "f", style: ("display: none;" if @post.is_favorited?) %>
- <%= link_to "Unfavorite", favorite_path(post), :remote => true, :method => :delete, :id => "remove-from-favorites", :"data-shortcut" => "shift+f", style: ("display: none;" if !@post.is_favorited?) %>
- <%= link_to "Edit", "#edit", :id => "side-edit-link" %>
- - <%= link_to_if post.visible?, "Download", post.tagged_file_url + "?download=1", download: post.presenter.filename_for_download %>
- <%= link_to "Add to pool", "#", :id => "pool" %>
<% if post.is_note_locked? %>
- Note locked
@@ -17,7 +18,6 @@
<% end %>
- <%= link_to "Add to fav group", "#", :id => "open-favgroup-dialog-link", :"data-shortcut" => "g" %>
- - <%= link_to "Find similar", iqdb_queries_path(:post_id => post.id) %>
<% if post.is_status_locked? %>
- Status locked