CXZ7720 / Join-Join

2018-2 Database PBL Project Repository
1 stars 4 forks source link

Needs "active" class to admin page ejs files. #22

Closed CXZ7720 closed 5 years ago

CXZ7720 commented 5 years ago

active

li tag's class needs to add active class to recognize activated menu in left navigation bar. This capture shows '직원관리' menu is activated, but page contents are '객실현황'.

Delete L79 's active class and add at L85. https://github.com/CXZ7720/Join-Join/blob/83824bdbe649281789b64a0a849e0b930009d73d/views/ad-reserv.ejs#L79

https://github.com/CXZ7720/Join-Join/blob/83824bdbe649281789b64a0a849e0b930009d73d/views/ad-reserv.ejs#L85

Same as ad-room.ejs and ad-staff.ejs

CXZ7720 commented 5 years ago

solved by #23