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