mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 21:36:44 +08:00
adds deface hook in support dropdown [fixes SCI-2331]
This commit is contained in:
parent
ee307886df
commit
ed6098ece6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<span class="glyphicon glyphicon-paperclip"></span>
|
||||
<span><%= t('left_menu_bar.support') %></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu" data-hook="support-dropdown">
|
||||
<li><%= link_to t('left_menu_bar.support_links.support'),
|
||||
Constants::SUPPORT_URL,
|
||||
target: "_blank" %></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue