diff options
| author | hukl <contact@smyck.org> | 2009-02-21 14:55:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-21 14:55:39 +0100 |
| commit | 55800bf0565f392a48b6d3a673da60525aad423b (patch) | |
| tree | 0f7ae35bf76e34a35b74ab4ee1dfc3242d127e27 /app/views/admin/index.html.erb | |
| parent | 4c3d622b3795836e1e7be4df303ee256a88b2812 (diff) | |
wiring together some views to make basic navigation
in the admin interface possible
Diffstat (limited to 'app/views/admin/index.html.erb')
| -rw-r--r-- | app/views/admin/index.html.erb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 0a9874f..e23e69b 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb | |||
| @@ -1,5 +1,2 @@ | |||
| 1 | <h1>Admin#index</h1> | 1 | <h1>Admin#index</h1> |
| 2 | <p>Find me in app/views/admin/index.html.erb</p> | 2 | <p>Find me in app/views/admin/index.html.erb</p> \ No newline at end of file |
| 3 | |||
| 4 | |||
| 5 | <%= link_to 'nodes', :controller => :nodes, :action => :index %> \ No newline at end of file | ||
