mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 06:35:58 +08:00
fix teams switch not working at navigating from task
This commit is contained in:
parent
e9c0b34662
commit
8bf1056bf5
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…
Add table
Reference in a new issue