don't use turbolinks on channels list

This commit is contained in:
Lee Lawlor 2014-11-12 14:32:20 -05:00
parent 20b88b8b42
commit fefab267c2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
<h3><%= t(:user_public_channels) %> <%= @user.login %></h3>
<% if @channels.present? && @channels.count > 0 %>
<table class="table table-striped table-bordered tablesorter">
<table class="table table-striped table-bordered tablesorter" data-no-turbolink>
<thead>
<tr>
<th class="col-sm-5 col-xs-5"><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>