diff options
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 | ||
