aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/admin/blog/settings/notification_recipients.html.erb
blob: ea36af1afcca328ae6d04ced81d6375902b871a1 (plain) (tree)























                                                                             
<% form_tag do %>

  <div class='field'>
    <span class='label_with_help'>
      <%= label_tag :recipients, t('.value') %>
    </span>
    <%= text_field_tag :recipients, @recipients, :class => "larger widest" %>
  </div>

  <p>
    <%= t('.hint') %>
  </p>
  <p>
    <%= t('.example') %>
  </p>

  <%= render :partial => "/shared/admin/form_actions",
             :locals => {
               :f => nil,
               :continue_editing => false,
               :cancel_url => admin_blog_posts_url,
               :hide_delete => true
             } %>
<% end %>