mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
fix blocked buttons edit and eye icon
This commit is contained in:
parent
58bdce557d
commit
56e00740c1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</li>
|
</li>
|
||||||
<li class="<%= "active" if repositories_are_selected? %>">
|
<li class="<%= "active" if repositories_are_selected? %>">
|
||||||
<%= link_to repositories_path, id: "repositories-link", title: t('left_menu_bar.repositories') do %>
|
<%= link_to repositories_path, data: { no_turbolink: false }, id: "repositories-link", title: t('left_menu_bar.repositories') do %>
|
||||||
<span class="fas fa-cubes" aria-hidden="true"></span>
|
<span class="fas fa-cubes" aria-hidden="true"></span>
|
||||||
<span><%= t('left_menu_bar.repositories') %></span>
|
<span><%= t('left_menu_bar.repositories') %></span>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue