diff options
| author | hukl <contact@smyck.org> | 2009-04-16 12:14:55 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-16 12:14:55 +0200 |
| commit | 76a7379846f75e26a318cf6a1dca3d60299d5841 (patch) | |
| tree | f5ea8dd7bfd9c80963bc7e8804d3c0fc6d81230a | |
| parent | 7fe358bfb11f1cba4ee9237c4ef4b7efc3cfba87 (diff) | |
minor ui tweak
| -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 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> |
