diff options
| author | hukl <contact@smyck.org> | 2009-02-19 22:40:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-19 22:40:27 +0100 |
| commit | 111829573d1c048d4c4c4e4d98b114eba9c28196 (patch) | |
| tree | 6f9d40764b0fd5a0587827f373db167be13f9ac2 /app/views/admin | |
| parent | 632b3a03d732ae735b2efd1999e14c649bf35b77 (diff) | |
adding the admin controller and his friends
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/index.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb new file mode 100644 index 0000000..0a9874f --- /dev/null +++ b/app/views/admin/index.html.erb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <h1>Admin#index</h1> | ||
| 2 | <p>Find me in app/views/admin/index.html.erb</p> | ||
| 3 | |||
| 4 | |||
| 5 | <%= link_to 'nodes', :controller => :nodes, :action => :index %> \ No newline at end of file | ||
