Sha256: e5aeaee44494b9003aca32c0a7795f59473c473c67bfd96b171feb610e103a5d
Contents?: true
Size: 562 Bytes
Versions: 5
Compression:
Stored size: 562 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <div id='notification-content-header'> <h4>Edit Notification</h4> <div class='page-actions table-cell.toolbar'> <%= link_to "Add Notification", "/admin/notifications/new", :class => "button icon-plus create_btn", :id => "notification_add_btn"%> </div> </div> <div class='container'> <%= form_for @spree_notification , :url => "/admin/notifications/#{@spree_notification.id}", :html => {:method => :put} do |f| %> <%= render partial: 'form', :locals => {f: f}%> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems