summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-28 15:43:46 +0100
committerhukl <contact@smyck.org>2009-03-28 15:43:46 +0100
commit4993909e278731463010ef45211cd22ef1b2794c (patch)
tree3f7fcb1bf3765bd0e32303679fd9533e99cb5e8c /app/views/nodes
parent06ec666fa8fad0aafe7d8e505f6e92b729fccbce (diff)
renamed the user association on nodes to lock_owner as it is more specific for its purpose
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb
index 53ddb5b..be63de3 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.user.login if node.user %> 31 <%= node.lock_owner.login if node.lock_owner %>
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 %>