diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb
index bd3ed3fe0..261d8c9cd 100644
--- a/app/views/posts/partials/show/_options.html.erb
+++ b/app/views/posts/partials/show/_options.html.erb
@@ -3,16 +3,16 @@
<%= link_to "Favorite", favorites_path(:post_id => post.id), :remote => true, :method => :post, :id => "add-to-favorites", :title => "Shortcut is F" %>
<%= link_to "Unfavorite", favorite_path(post), :remote => true, :method => :delete, :id => "remove-from-favorites" %>
<%= link_to "Edit", "#", :id => "side-edit-link" %>
- <%= link_to "Random post", random_posts_path(:tags => params[:tags]) %>
- <%= link_to "Add to pool", "#", :id => "pool" %>
+ <%= link_to "Random post", random_posts_path(:tags => params[:tags]) %>
+ <%= link_to "Add to pool", "#", :id => "pool" %>
<% if post.is_note_locked? %>
- Note locked
+ Note locked
<% else %>
- <%= link_to "Add notes", "#", :id => "translate", :title => "Shortcut is N" %>
+ <%= link_to "Add notes", "#", :id => "translate", :title => "Shortcut is N" %>
<% end %>
- <%= link_to "Add artist commentary", "#", :id => "add-commentary" %>
+
<% if CurrentUser.is_builder? && post.has_notes? %>
- <%= link_to "Copy all notes", "#", :id => "copy-notes" %>
+ <%= link_to "Copy all notes", "#", :id => "copy-notes" %>
<% end %>
<%= link_to "Find similar", "http://danbooru.iqdb.org/db-search.php?url=http://#{Danbooru.config.hostname}#{post.preview_file_url}" %>
@@ -50,7 +50,7 @@
<%= link_to "Expunge", expunge_moderator_post_post_path(:post_id => post.id), :remote => true, :method => :post, :id => "expunge", :confirm => "This will permanently delete this post (meaning the file will be deleted). Are you sure you want to delete this post?" %>
<% end %>
- <%= link_to "Mobile version", mobile_post_path(post) %>
+ <%= link_to "Mobile version", mobile_post_path(post) %>
<% end %>
<% end %>