mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 22:56:41 +08:00
Add data hook
This commit is contained in:
parent
749c1dda69
commit
94d5dcf4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu" data-hook="navigation-user-menu">
|
<ul class="dropdown-menu" data-hook="navigation-user-menu">
|
||||||
<li>
|
<li data-hook="navigation-user-menu-logout">
|
||||||
<%= link_to t('nav.user.logout'),
|
<%= link_to t('nav.user.logout'),
|
||||||
destroy_user_session_path,
|
destroy_user_session_path,
|
||||||
method: :delete %>
|
method: :delete %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue