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