Sha256: 89382ba3a54fd85f4010d67381f5d20d92a83b08acb37afa5e343dc99167dd69

Contents?: true

Size: 522 Bytes

Versions: 4

Compression:

Stored size: 522 Bytes

Contents

<%= 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,
               :cancel_url => admin_blog_posts_url,
               :hide_delete => true
             } %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/admin/blog/settings/notification_recipients.html.erb
mcms_blog-0.0.4 app/views/admin/blog/settings/notification_recipients.html.erb
mcms_blog-0.0.3 app/views/admin/blog/settings/notification_recipients.html.erb
mcms_blog-0.0.2 app/views/admin/blog/settings/notification_recipients.html.erb