fix column width and plugin styles

This commit is contained in:
Lee Lawlor
2014-10-15 21:47:51 -04:00
parent ee05bbd102
commit 75ac3db89a
6 changed files with 143 additions and 135 deletions

View File

@ -4,9 +4,11 @@
<h4 class="breadcrumb"><%= t(:watched_channels) %></h4>
<% if @channels.empty? %>
<%= t(:watched_empty) %>
<br><br>
<%= link_to t(:watched_find), public_channels_path %>
<div class="col-pad">
<%= t(:watched_empty) %>
<br><br>
<%= link_to t(:watched_find), public_channels_path %>
</div>
<% else %>
<%= render :partial => 'list' %>
<% end %>