File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/resources/views/base/inc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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