diff --git a/app/views/channels/edit.html.erb b/app/views/channels/edit.html.erb index b516f25..6f97202 100644 --- a/app/views/channels/edit.html.erb +++ b/app/views/channels/edit.html.erb @@ -70,6 +70,11 @@ <% end %> + +

+ +

<%= t(:channel_clear_message) %>

+<%= button_to t(:channel_clear), { :controller => 'channels', :action => 'clear', :id => @channel.id }, :confirm => t(:confirm_channel_clear) %>