diff options
| author | hukl <contact@smyck.org> | 2009-03-21 17:39:11 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-21 17:39:11 +0100 |
| commit | 0e215fab6ef01cfe4865ed10bbe083f800c9a73e (patch) | |
| tree | 12b49dc4f5d12d5786f247c581624785bf90d38f /app/views | |
| parent | 40bdc8384a33019c1771fbad888525505f61aa7c (diff) | |
put the lock onto nodes
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/nodes/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 103617c..53ddb5b 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | <%= link_to 'Unlock', unlock_node_path(node), :method => :put, :confirm => "Are you sure you want to unlock?" %> | 28 | <%= link_to 'Unlock', unlock_node_path(node), :method => :put, :confirm => "Are you sure you want to unlock?" %> |
| 29 | </td> | 29 | </td> |
| 30 | <td> | 30 | <td> |
| 31 | <%= "#{node.draft.user.login}" if node.draft && node.draft.user %> | 31 | <%= node.user.login if node.user %> |
| 32 | </td> | 32 | </td> |
| 33 | <td> | 33 | <td> |
| 34 | <%= node.draft ? node.draft.revision : node.head.revision %> | 34 | <%= node.draft ? node.draft.revision : node.head.revision %> |
