diff options
Diffstat (limited to 'app/views/layouts/admin.rhtml')
-rw-r--r-- | app/views/layouts/admin.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml index 947e65d33..e03ff1cb8 100644 --- a/app/views/layouts/admin.rhtml +++ b/app/views/layouts/admin.rhtml @@ -5,6 +5,7 @@ <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>FOIFA admin: <%=controller.controller_name %> <%= controller.action_name %></title> + <%= stylesheet_link_tag 'admin' %> <%= stylesheet_link_tag 'scaffold' %> </head> <body> |