@@ -14,21 +14,19 @@ block view
1414 .row
1515 .col
1616 .btn-group
17- .dropdown
18- button#dropdownMenuButton .btn.btn-secondary.dropdown-toggle ( type ='button' , data-toggle ='dropdown' , aria-haspopup ='true' , aria-expanded ='false' )
19- | Dropdown button
20- .dropdown-menu ( aria-labelledby ='dropdownMenuButton' )
21- a.dropdown-item ( href ='#' ) Action
22- a.dropdown-item ( href ='#' ) Another action
23- a.dropdown-item ( href ='#' ) Something else here
17+ button#dropdownMenuButton .btn.btn-secondary.dropdown-toggle ( type ='button' , data-toggle ='dropdown' , aria-haspopup ='true' , aria-expanded ='false' )
18+ | Dropdown button
19+ .dropdown-menu ( aria-labelledby ='dropdownMenuButton' )
20+ a.dropdown-item ( href ='#' ) Action
21+ a.dropdown-item ( href ='#' ) Another action
22+ a.dropdown-item ( href ='#' ) Something else here
2423 .btn-group
25- .dropdown.show
26- a#dropdownMenuLink .btn.btn-secondary.dropdown-toggle ( href ='#' , role ='button' , data-toggle ='dropdown' , aria-haspopup ='true' , aria-expanded ='false' )
27- | Dropdown link
28- .dropdown-menu ( aria-labelledby ='dropdownMenuLink' )
29- a.dropdown-item ( href ='#' ) Action
30- a.dropdown-item ( href ='#' ) Another action
31- a.dropdown-item ( href ='#' ) Something else here
24+ a#dropdownMenuLink .btn.btn-secondary.dropdown-toggle ( href ='#' , role ='button' , data-toggle ='dropdown' , aria-haspopup ='true' , aria-expanded ='false' )
25+ | Dropdown link
26+ .dropdown-menu ( aria-labelledby ='dropdownMenuLink' )
27+ a.dropdown-item ( href ='#' ) Action
28+ a.dropdown-item ( href ='#' ) Another action
29+ a.dropdown-item ( href ='#' ) Something else here
3230 hr
3331 .btn-group
3432 button.btn.btn-primary.dropdown-toggle ( type ='button' , data-toggle ='dropdown' , aria-haspopup ='true' , aria-expanded ='false' )
0 commit comments