diff options
| author | hukl <contact@smyck.org> | 2009-04-24 11:43:08 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-25 14:55:27 +0200 |
| commit | cf1b60e0cfa7d1a8f4a80d686649cc12e73a634e (patch) | |
| tree | b68bd845d290ce968892c4532bcff52083925834 /app/views/admin | |
| parent | b2b78c06074046bd73cc3408a29386a976f0469c (diff) | |
Integrated basic Asset upload functionality. You can upload files now and use their url in pages.
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 8f48822..5ae4307 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb | |||
| @@ -2,4 +2,5 @@ | |||
| 2 | 2 | ||
| 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> | 3 | <%= link_to 'Overview', :controller => :admin, :action => 'index' %> |
| 4 | <%= link_to 'Nodes', nodes_path, selected?('nodes') %> | 4 | <%= link_to 'Nodes', nodes_path, selected?('nodes') %> |
| 5 | <%= link_to 'Assets', assets_path, selected?('assets') %> | ||
| 5 | <%= link_to 'User', users_path, selected?('users') %> > \ No newline at end of file | 6 | <%= link_to 'User', users_path, selected?('users') %> > \ No newline at end of file |
