File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 12
12
{% for shortcut in template .cp .shortcuts %}
13
13
<li class =" nav-item shortcut {# dropdown #} " >
14
14
<a {{ html_attributes(shortcut .attributes ) }} {# data-toggle="dropdown" #} >
15
- {# <span class="tag tag-danger">{{ icon(shortcut.icon) }} 2</span> #}
16
15
{{ icon(shortcut .icon ) }}
17
16
</a >
18
- {# <ul class="dropdown-menu-right dropdown-menu"> #}
19
- {# <li class="dropdown-item"> #}
20
- {# <a href="/" target="_blank"> #}
21
- {# <i class="fa fa-external-link"></i> #}
22
- {# {{ trans('theme::control_panel.view_site') }} #}
23
- {# </a> #}
24
- {# </li> #}
25
- {# <li class="dropdown-item"> #}
26
- {# <a href="/admin/logout"> #}
27
- {# <i class="fa fa-power-off"></i> #}
28
- {# {{ trans('theme::control_panel.logout') }} #}
29
- {# </a> #}
30
- {# </li> #}
31
- {# </ul> #}
32
17
</li >
33
18
{% endfor %}
34
19
{{ addBlock(' admin/topbar' )| raw }}
You can’t perform that action at this time.
0 commit comments