File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 92
92
<li class =" nav-item{{ #if this.submenu }} dropdown{{ /if }} " >
93
93
<a class =" nav-link {{ #if this.submenu }} dropdown-toggle{{ /if }} " href =" {{ #if this.link }} {{ this.link }} {{ else }} #{{ /if }} "
94
94
{{ ~#if this.submenu }} data-bs-toggle =" dropdown" data-bs-auto-close =" outside" {{ /if ~}}
95
+ {{ #if this.target }} target =" {{ this.target }} " {{ /if }}
95
96
role =" button"
96
97
>
97
98
{{ ~#if this.image ~}}
114
115
<div class =" dropdown-menu dropdown-menu-end" data-bs-popper =" static" >
115
116
{{ ~#each this.submenu ~}}
116
117
{{ #if (or (or this.title this.icon ) this.image )}}
117
- <a class =" dropdown-item" href =" {{ this.link }} " >
118
+ <a class =" dropdown-item" href =" {{ this.link }} " {{ #if this.target }} target = " {{ this.target }} " {{ /if }} >
118
119
{{ ~#if this.image ~}}
119
120
<span {{ ~#if this.title }} class =" me-1" {{ /if }} >
120
121
{{ ~#if (eq ../this.size ' sm' )}}
You can’t perform that action at this time.
0 commit comments