<%= render :partial => 'spree/admin/shared/configuration_menu' %>

Edit Notification

<%= link_to "Add Notification", "/admin/notifications/new", :class => "button icon-plus create_btn", :id => "notification_add_btn"%>
<%= form_for @spree_notification , :url => "/admin/notifications/#{@spree_notification.id}", :html => {:method => :put} do |f| %> <%= render partial: 'form', :locals => {f: f}%> <% end %>