This commit is contained in:
Toks
2013-05-25 15:22:06 -04:00
parent dd715b7c03
commit 3d25776017
3 changed files with 40 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
<% if post.is_note_locked? %>
<li><span id="note-locked-notice">Note locked</span></li>
<% else %>
<li><%= link_to "Add note", "#", :id => "translate", :title => "Shortcut is N" %></li>
<li><%= link_to "Add notes", "#", :id => "translate", :title => "Shortcut is N" %></li>
<% end %>
<% if CurrentUser.is_builder? %>
<li><%= link_to "Copy all notes", "#", :id => "copy-notes" %></li>