mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
admin area: use default layout path, remove turbolinks, load js in async mode, extract menu partial
#341
This commit is contained in:
parent
7314a7e33e
commit
e365cc896a
7 changed files with 123 additions and 133 deletions
|
@ -1,6 +1,5 @@
|
|||
class Admin::SessionsController < Devise::SessionsController
|
||||
skip_authorization_check only: :create
|
||||
layout 'admin/application'
|
||||
|
||||
def login
|
||||
@admin_user = AdminUser.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue