mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #2477 from mlorb/ml-sci-4462
Add data hook [SCI-4462]
This commit is contained in:
commit
1c8750cae1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu" data-hook="navigation-user-menu">
|
||||
<li>
|
||||
<li data-hook="navigation-user-menu-logout">
|
||||
<%= link_to t('nav.user.logout'),
|
||||
destroy_user_session_path,
|
||||
method: :delete %>
|
||||
|
|
Loading…
Reference in a new issue