diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index e64850b9..2a907863 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -7,14 +7,13 @@ | |||
| 7 | <%= csrf_meta_tags %> | 7 | <%= csrf_meta_tags %> |
| 8 | 8 | ||
| 9 | <title><%= "#{params[:controller]} | #{params[:action]}" %></title> | 9 | <title><%= "#{params[:controller]} | #{params[:action]}" %></title> |
| 10 | <%= javascript_include_tag 'jquery', 'jquery_ujs' %> | 10 | <%= javascript_include_tag 'admin_bundle' %> |
| 11 | <%= javascript_include_tag 'jquery-ui-1.7.2.custom.min' %> | ||
| 12 | <%= javascript_include_tag 'jquery.hotkeys' %> | ||
| 13 | <%= javascript_include_tag 'tiny_mce/jquery.tinymce.js' %> | 11 | <%= javascript_include_tag 'tiny_mce/jquery.tinymce.js' %> |
| 14 | <%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %> | 12 | <%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %> |
| 15 | <%= stylesheet_link_tag 'admin' %> | 13 | <%= stylesheet_link_tag 'admin' %> |
| 16 | <%= javascript_include_tag 'admin_search.js' %> | 14 | <%= javascript_include_tag 'admin_search.js' %> |
| 17 | <%= javascript_include_tag 'admin_interface.js' %> | 15 | <%= javascript_include_tag 'admin_interface.js' %> |
| 16 | <%= stylesheet_link_tag 'admin' %> | ||
| 18 | </head> | 17 | </head> |
| 19 | 18 | ||
| 20 | <body> | 19 | <body> |
