summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5ffb0e5..727cfa1 100644
--- a/app/views/nodes/index.html.erb
+++ b/app/views/nodes/index.html.erb
@@ -14,7 +14,7 @@
14 </tr> 14 </tr>
15 <% @nodes.each do |node| %> 15 <% @nodes.each do |node| %>
16 <tr class="<%= cycle("even", "odd") %>"> 16 <tr class="<%= cycle("even", "odd") %>">
17 <td><%= node.id %></td> 17 <td class="node_id"><%= node.id %></td>
18 <td class="title"> 18 <td class="title">
19 <h4><%= link_to title_for_node(node), edit_node_path(node) %></h4> 19 <h4><%= link_to title_for_node(node), edit_node_path(node) %></h4>
20 <p><%= link_to_path(node.unique_name, node.unique_path) %></p> 20 <p><%= link_to_path(node.unique_name, node.unique_path) %></p>