<% content_for :settings_body do %>
<%= form_for @notification, url: CartoDB.url(self, 'new_organization_notification_admin', user: current_user) do |f| %> <%= csrf_meta_tags %>
<%= f.text_area :body, :class => "CDB-Textarea CDB-Text FormAccount-textarea FormAccount-input FormAccount-input--totalwidth OrganizationNotifications-textarea js-textarea" %>

Supported markup

<% Carto::Notification::RECIPIENTS.each do |recipient| %> required="true"> <% end %>

140

<% end %> <% if @notifications.size > 0 %>

Past Notifications (stores up to 12 most recent notifications)

<% end %>
<% end %> <%= render template: 'admin/organizations/_organization_settings', locals: { title: 'notifications' } %>