summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/nodes/index.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb
index e5a55d4..2399105 100644
--- a/app/views/nodes/index.html.erb
+++ b/app/views/nodes/index.html.erb
@@ -21,7 +21,8 @@
21 </td> 21 </td>
22 <td class="actions"> 22 <td class="actions">
23 <%= link_to 'show', node_path(node) %> 23 <%= link_to 'show', node_path(node) %>
24 <%= link_to 'Revisions', node_revisions_path(node) %> 24 <%= link_to 'edit', edit_node_path(node) %>
25 <%= link_to 'revisions', node_revisions_path(node) %>
25 </td> 26 </td>
26 <td> 27 <td>
27 <%= node.lock_owner.login if node.lock_owner %> 28 <%= node.lock_owner.login if node.lock_owner %>