Skip to content
Snippets Groups Projects
Commit f24e74c6 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Set pure for server

parent f94c4fce
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ class Server::ApplicationController < ApplicationController
protected
def current_admin_theme
'pure'
end
def breadcrumb
add_breadcrumb t('admin.dashboard'), :server_root_path
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment