Add artist commentary, fixes #2024

This commit is contained in:
Toks
2013-11-19 10:37:02 -05:00
parent fab4e81669
commit fd4c8c3cd3
16 changed files with 347 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<% else %>
<li><%= link_to "Add notes", "#", :id => "translate", :title => "Shortcut is N" %></li>
<% end %>
<%= link_to "Add artist commentary", "#", :id => "add-commentary" %>
<% if CurrentUser.is_builder? && post.has_notes? %>
<li><%= link_to "Copy all notes", "#", :id => "copy-notes" %></li>
<% end %>