| ID | Title | Actions | Locked by | Rev. |
|---|---|---|---|---|
| <%= node.id %> |
<%= title_for_node node %><%= node.unique_name %> |
<%= link_to 'Show', node_path(node) %> <%= link_to 'Edit', edit_node_path(node) %> <%= link_to 'Revisions', :controller => :revisions, :action => :show, :id => node.id %> <%# link_to 'Destroy', node, :method => :delete, :confirm => "Are you sure you want to delete this node?" %> <%= link_to 'Unlock', unlock_node_path(node), :method => :put, :confirm => "Are you sure you want to unlock?" %> | <%= node.lock_owner.login if node.lock_owner %> | <%= node.draft ? node.draft.revision : node.head.revision %> |