diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb
index d39aeda4c..e2d15d375 100644
--- a/app/views/posts/partials/show/_options.html.erb
+++ b/app/views/posts/partials/show/_options.html.erb
@@ -1,6 +1,7 @@
- <%= link_to "Resize to window", "#", :id => "image-resize-to-window-link" %>
- <%= link_to "Favorite", favorites_path(:post_id => post.id), :remote => true, :method => :post, :id => "add-to-favorites", :title => "Shortcut is F" %>
+ - <%= link_to "Edit", "#", :id => "side-edit-link" %>
- <%= link_to "Unfavorite", favorite_path(post), :remote => true, :method => :delete, :id => "remove-from-favorites" %>
- <%= link_to "Add to pool", "#", :id => "pool" %>
<% if post.is_note_locked? %>