dossiers: rename .mixed-buttons-bar
to .header-actions
This commit is contained in:
parent
219f690b96
commit
3a37c1eeae
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
margin-bottom: 2 * $default-padding;
|
||||
}
|
||||
|
||||
.mixed-buttons-bar {
|
||||
.header-actions {
|
||||
flex-shrink: 0;
|
||||
|
||||
.button {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
= dossier.procedure.libelle.truncate_words(10)
|
||||
%li
|
||||
= "Dossier nº #{dossier.id}"
|
||||
.mixed-buttons-bar
|
||||
.header-actions
|
||||
= render partial: 'instructeurs/dossiers/header_actions', locals: { dossier: dossier }
|
||||
|
||||
%ul.tabs
|
||||
|
|
Loading…
Reference in a new issue