enable user to clear a channel

This commit is contained in:
ioBridge 2011-03-27 19:35:47 -04:00
parent fbcbe79764
commit 76a6cb6b02

View File

@ -70,6 +70,11 @@
</tr> </tr>
</table> </table>
<% end %> <% end %>
<br /><br />
<h2><%= t(:channel_clear_message) %></h2>
<%= button_to t(:channel_clear), { :controller => 'channels', :action => 'clear', :id => @channel.id }, :confirm => t(:confirm_channel_clear) %>
<br /><br /> <br /><br />