don't use turbolinks on channels list
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      <% if @channels.length > 0 %>
 | 
					      <% if @channels.length > 0 %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <table class="table table-striped table-bordered tablesorter">
 | 
					        <table class="table table-striped table-bordered tablesorter" data-no-turbolink>
 | 
				
			||||||
          <thead>
 | 
					          <thead>
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
              <th><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>
 | 
					              <th><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
<h3><%= t(:user_public_channels) %> <%= @user.login %></h3>
 | 
					<h3><%= t(:user_public_channels) %> <%= @user.login %></h3>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<% if @channels.present? && @channels.count > 0 %>
 | 
					<% 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>
 | 
					    <thead>
 | 
				
			||||||
      <tr>
 | 
					      <tr>
 | 
				
			||||||
        <th class="col-sm-5 col-xs-5"><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>
 | 
					        <th class="col-sm-5 col-xs-5"><%= t(:channel_name) %> <i class="fa fa-unsorted"></i></th>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user