Rename header-left-menu to header-tabs
This commit is contained in:
parent
08aa2ac524
commit
7af3f90197
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
margin-right: 4 * $default-spacer;
|
margin-right: 4 * $default-spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-left-menu {
|
.header-tabs {
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
%img{ src: image_url("header/logo-tps.svg") }
|
%img{ src: image_url("header/logo-tps.svg") }
|
||||||
|
|
||||||
- if gestionnaire_signed_in?
|
- if gestionnaire_signed_in?
|
||||||
%ul.header-left-menu
|
%ul.header-tabs
|
||||||
%li
|
%li
|
||||||
= link_to "Procédures", procedures_path, class: "active"
|
= link_to "Procédures", procedures_path, class: "active"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue