don't use turbolinks on channels list
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
<% if @channels.length > 0 %>
|
||||
|
||||
<table class="table table-striped table-bordered tablesorter">
|
||||
<table class="table table-striped table-bordered tablesorter" data-no-turbolink>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>
|
||||
|
Reference in New Issue
Block a user