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:
mlorb 2018-11-22 10:48:33 +01:00 committed by GitHub
commit 4ace5bf49f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,8 @@
<li class="team-name-item">
<a href="#"
data-id="<%= team.id %>"
class="text-center change-team">
class="text-center change-team"
data-turbolinks="false">
<% if current_team == team %>
<span class="fas fa-check-circle"></span> <strong><%= team.name %></strong>
<% else %>