update login dashboard designed finished

This commit is contained in:
Aung Myo
2017-10-02 17:30:41 +06:30
parent 9454df17a0
commit 75f39d9a9c
2 changed files with 176 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ class HomeController < ApplicationController
def index
@employees = Employee.all_emp_except_waiter.order("name asc")
@login_form = LoginForm.new()
render "layouts/login", layout: false
@login_form = LoginForm.new()
render "layouts/login_dashboard", layout: false
end
def show