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 1212 {% for shortcut in template .cp .shortcuts %}
1313 <li class =" nav-item shortcut {# dropdown #} " >
1414 <a {{ html_attributes(shortcut .attributes ) }} {# data-toggle="dropdown" #} >
15- {# <span class="tag tag-danger">{{ icon(shortcut.icon) }} 2</span> #}
1615 {{ icon(shortcut .icon ) }}
1716 </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> #}
3217 </li >
3318 {% endfor %}
3419 {{ addBlock(' admin/topbar' )| raw }}
You can’t perform that action at this time.
0 commit comments