File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/resources/views/base/inc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616<!-- ========================================================= -->
1717<!-- ========= Top menu right items (ordered right) ========== -->
1818<!-- ========================================================= -->
19- <ul class =" nav navbar-nav ml-auto" >
19+ <ul class =" nav navbar-nav ml-auto @if ( config ( ' backpack.base.html_direction ' ) == ' rtl ' ) mr-0 @endif " >
2020 @if (backpack_auth ()-> guest () )
2121 <li class =" nav-item" ><a class =" nav-link" href =" {{ route (' backpack.auth.login' ) } }" >{{ trans (' backpack::base.login' ) } } </a >
2222 </li >
Original file line number Diff line number Diff line change 22 <a class =" nav-link" data-toggle =" dropdown" href =" #" role =" button" aria-haspopup =" true" aria-expanded =" false" >
33 <img class =" img-avatar" src =" {{ backpack_avatar_url (backpack_auth ()-> user ()) } }" alt =" {{ backpack_auth ()-> user ()-> name } }" >
44 </a >
5- <div class =" dropdown-menu dropdown-menu-right mr-4 pb-1 pt-1" >
5+ <div class =" dropdown-menu {{ config ( ' backpack.base.html_direction ' ) == ' rtl ' ? ' dropdown-menu-left ' : ' dropdown-menu- right' } } mr-4 pb-1 pt-1" >
66 <a class =" dropdown-item" href =" {{ route (' backpack.account.info' ) } }" ><i class =" fa fa-user" ></i > {{ trans (' backpack::base.my_account' ) } } </a >
77 <div class =" dropdown-divider" ></div >
88 <a class =" dropdown-item" href =" {{ backpack_url (' logout' ) } }" ><i class =" fa fa-lock" ></i > {{ trans (' backpack::base.logout' ) } } </a >
You can’t perform that action at this time.
0 commit comments