<% html_title t(:label_administration), t(:label_announcement) %> <%= error_messages_for 'announcement' %> <%= toolbar title: "#{t(:label_announcement)} (#{notice_annoucement_active})" %> <%= labelled_tabular_form_for @announcement, :url => {:action => :update}, :html => {:method => :put} do |f|%>
<%= f.text_area :text, :cols => 80, :rows => 5, label: t(:label_text), container_class: '-xxwide', with_text_formatting: true %>
<%= f.date_picker :show_until, label: t('announcements.show_until') %>
<%= f.check_box :active, label: t(:label_active) %>

<%= styled_button_tag t(:button_save), class: '-primary -with-icon icon-checkmark' %> <% end %>