aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/admin/settings/notification_recipients.html.erb
blob: dc7070f29944cf6faa02d3f66c12e7fb0f55fe6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%= form_tag refinery.notification_recipients_blog_admin_settings_path 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 "/refinery/admin/form_actions",
             :f => nil,
             :continue_editing => false,
             :cancel_url => refinery.blog_admin_posts_url,
             :hide_delete => true %>
<% end %>