Use the slim layout on the login page
This commit is contained in:
parent
873fe81f71
commit
5531c0bf34
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
class UserController < ApplicationController
|
||||
layout 'site', :except => :api_details
|
||||
layout 'site', :except => [:api_details, :login]
|
||||
layout 'slim', :only => :login
|
||||
|
||||
before_filter :authorize, :only => [:api_details, :api_gpx_files]
|
||||
before_filter :authorize_web, :except => [:api_details, :api_gpx_files]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue