use Bootstrap styles for public channels list

This commit is contained in:
Lee Lawlor
2014-08-06 11:20:24 -04:00
parent 9521a998e5
commit dbaa3bd7c7
15 changed files with 340 additions and 58 deletions

View File

@ -30,7 +30,7 @@
</tbody>
</table>
<br>
<%= will_paginate @channels %>
<%= will_paginate @channels, renderer: BootstrapPagination::Rails %>
<% else %>
<%= t(:user_no_public_channels) %>
<% end %>