<%= render "shared/globalize_locales", resource: @active_poll %> <%= translatable_form_for(@active_poll, url: form_url) do |f| %> <%= render "shared/errors", resource: @active_poll %>
<%= f.translatable_fields do |translations_form| %>
<%= t("admin.active_polls.form.description.help_text") %> <%= translations_form.cktext_area :description, maxlength: ActivePoll.description_max_length %>
<% end %>
<%= f.submit(class: "button success", value: t("shared.save")) %>
<% end %>