diff options
| author | hukl <contact@smyck.org> | 2009-03-15 19:28:04 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-15 19:28:04 +0100 |
| commit | 4ff20fb57936af76fd97242df3f8c6fe474b7a4a (patch) | |
| tree | 16956c885147b610a004bd66e4aabbd986d5a935 /app/views/nodes | |
| parent | 82741f65fc387e898e5e17f16a057b34bb6dddab (diff) | |
| parent | 7f82b8e23ec9b76d0b8a417b2d2b577aeaf7a55f (diff) | |
Merge branch 'revisions'
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/index.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index a2a42b1..31cd53c 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -24,7 +24,8 @@ | |||
| 24 | <td> | 24 | <td> |
| 25 | <%= link_to 'Show', node_path(node) %> | 25 | <%= link_to 'Show', node_path(node) %> |
| 26 | <%= link_to 'Edit', edit_node_path(node) %> | 26 | <%= link_to 'Edit', edit_node_path(node) %> |
| 27 | <%= link_to 'Destroy', node, :method => :delete, :confirm => "Are you sure you want to delete this node?" %> | 27 | <%= link_to 'Revision', :controller => :revisions, :action => :show, :id => node.id %> |
| 28 | <%# link_to 'Destroy', node, :method => :delete, :confirm => "Are you sure you want to delete this node?" %> | ||
| 28 | <%= link_to 'Unlock', unlock_node_path(node), :method => :put, :confirm => "Are you sure you want to unlock?" %> | 29 | <%= link_to 'Unlock', unlock_node_path(node), :method => :put, :confirm => "Are you sure you want to unlock?" %> |
| 29 | </td> | 30 | </td> |
| 30 | <td> | 31 | <td> |
