fix styles on Channels page

This commit is contained in:
Lee Lawlor
2014-02-17 18:54:26 -05:00
parent 1ac3564a92
commit 71b4fcaad4
5 changed files with 127 additions and 4 deletions

View File

@ -111,12 +111,12 @@
<br /><br />
<h2><%= t(:channel_clear_message) %></h2>
<h4><%= t(:channel_clear_message) %></h4>
<%= button_to t(:channel_clear), { :controller => 'channels', :action => 'clear', :id => @channel.id }, :data => { :confirm => t(:confirm_channel_clear) } %>
<br /><br />
<h2><%= t(:channel_delete_message) %></h2>
<h4><%= t(:channel_delete_message) %></h4>
<%= button_to t(:channel_delete), channel_path(@channel.id), :method => 'delete', :data => { :confirm => t(:confirm_channel_delete) } %>
</div>
<div id="sidebar">