Ajustement graphique navbar
This commit is contained in:
parent
0314bc54dd
commit
35a07aec87
3 changed files with 15 additions and 16 deletions
|
@ -14,6 +14,13 @@
|
|||
%div#header.navbar
|
||||
=render partial: "layouts/navbar"
|
||||
|
||||
#flash_message.center
|
||||
- if flash.notice
|
||||
.alert.alert-success
|
||||
= flash.notice
|
||||
- if flash.alert
|
||||
.alert.alert-danger
|
||||
= flash.alert
|
||||
#main_div.main_div
|
||||
= yield
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue