diff options
| -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 da69125..3b0dde8 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | <tr class="<%= cycle("even", "odd") %>"> | 15 | <tr class="<%= cycle("even", "odd") %>"> |
| 16 | <td> | 16 | <td> |
| 17 | <strong> | 17 | <strong> |
| 18 | <%= truncate(node.head.title, 50) if node.head %> | 18 | <%= truncate(node.head.title, :length => 50) if node.head %> |
| 19 | </strong> | 19 | </strong> |
| 20 | </td> | 20 | </td> |
| 21 | <td><%= node.unique_name %></td> | 21 | <td><%= node.unique_name %></td> |
