2014-02-17 12:05:39 -05:00
|
|
|
<div class="row">
|
2014-02-28 13:57:58 -05:00
|
|
|
<div class="col-xs-12 col-sm-12">
|
2014-02-17 12:05:39 -05:00
|
|
|
|
|
|
|
<h4 class="breadcrumb"><%= t(:watched_channels) %></h4>
|
|
|
|
|
2014-02-28 13:57:58 -05:00
|
|
|
<% if @channels.empty? %>
|
|
|
|
<%= t(:watched_empty) %>
|
2014-03-13 19:16:35 -04:00
|
|
|
<br><br>
|
2014-02-28 13:57:58 -05:00
|
|
|
<%= link_to t(:watched_find), public_channels_path %>
|
|
|
|
<% else %>
|
|
|
|
<%= render :partial => 'list' %>
|
|
|
|
<% end %>
|
2014-02-17 12:05:39 -05:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|