diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/pages/index.html.erb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index 41c8bae..f5918f0 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb | |||
| @@ -13,10 +13,7 @@ | |||
| 13 | <tr> | 13 | <tr> |
| 14 | <td><%=h page.node_id %></td> | 14 | <td><%=h page.node_id %></td> |
| 15 | <td><%=h page.title %></td> | 15 | <td><%=h page.title %></td> |
| 16 | <td><%=h page.abstract %></td> | 16 | <td><%= link_to 'Show', link_to_path(page.node.unique_path) %></td> |
| 17 | <td><%=h page.body %></td> | ||
| 18 | <td><%=h page.revision %></td> | ||
| 19 | <td><%= link_to 'Show', page %></td> | ||
| 20 | <td><%= link_to 'Edit', edit_page_path(page) %></td> | 17 | <td><%= link_to 'Edit', edit_page_path(page) %></td> |
| 21 | <td><%= link_to 'Destroy', page, :confirm => 'Are you sure?', :method => :delete %></td> | 18 | <td><%= link_to 'Destroy', page, :confirm => 'Are you sure?', :method => :delete %></td> |
| 22 | </tr> | 19 | </tr> |
