Sha256: e6f988a6cdfe70f65a61d1891e39451464599cca27bc8655300372438d21b325

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

<%= render :partial => 'spree/admin/shared/configuration_menu' %>
<div id='notification-content-header'>
  <h4>New Notification</h4>
</div>
<div class='container'>
  <%= form_for @spree_notification , :url => "/admin/notifications", :html => {:method => :post} do |f| %>
    <%= render partial: 'form', :locals => {f: f}%>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_custom_notifications-0.5 app/views/spree/admin/notifications/new.html.erb
spree_custom_notifications-0.4 app/views/spree/admin/notifications/new.html.erb
spree_custom_notifications-0.3 app/views/spree/admin/notifications/new.html.erb
spree_custom_notifications-0.2 app/views/spree/admin/notifications/new.html.erb
spree_custom_notifications-0.1 app/views/spree/admin/notifications/new.html.erb