Update site pages
This commit is contained in:
@@ -13,7 +13,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
def layout_by_resource
|
||||
if devise_controller?
|
||||
"phone"
|
||||
'theme1'
|
||||
else
|
||||
"application"
|
||||
end
|
||||
|
||||
@@ -4,6 +4,14 @@ class DashboardController < ApplicationController
|
||||
render layout: 'theme1-home'
|
||||
end
|
||||
|
||||
def contact
|
||||
end
|
||||
def bars_restaurants
|
||||
end
|
||||
|
||||
def clients
|
||||
end
|
||||
|
||||
|
||||
def demo_both
|
||||
render layout: 'twitter-bootstrap'
|
||||
|
||||
Reference in New Issue
Block a user