We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53cd5e commit 73a8b4fCopy full SHA for 73a8b4f
example.haml
@@ -24,8 +24,14 @@
24
%li.launcher
25
%i.icon-bookmark
26
%a{href: '#'} Bookmarks
27
- %li.launcher
28
- %i.icon-pencil
+ %li.launcher.dropdown.hover
+ %i.icon-bookmark
29
%a{href: '/hq/spm'} Static Pages
30
+ %ul.dropdown-menu
31
+ %li.dropdown-header Content
32
+ %li
33
+ %a{href: '/hq/spm/static_pages'} Static Pages
34
35
+ %a{href: '/hq/spm/media'} Media Manager
36
37
#beaker{data: {toggle: 'tooltip'}, title: 'Made by lab2023'}
0 commit comments