mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #1384 from mlorb/ml-sci-2846
Fix teams switch not working at navigating from task [SCI-2846]
This commit is contained in:
commit
4ace5bf49f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
<li class="team-name-item">
|
<li class="team-name-item">
|
||||||
<a href="#"
|
<a href="#"
|
||||||
data-id="<%= team.id %>"
|
data-id="<%= team.id %>"
|
||||||
class="text-center change-team">
|
class="text-center change-team"
|
||||||
|
data-turbolinks="false">
|
||||||
<% if current_team == team %>
|
<% if current_team == team %>
|
||||||
<span class="fas fa-check-circle"></span> <strong><%= team.name %></strong>
|
<span class="fas fa-check-circle"></span> <strong><%= team.name %></strong>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in a new issue