Sha256: 188ea532eef09907eec28556856f7db78219ab82869af6273e7e4176d690001d

Contents?: true

Size: 312 Bytes

Versions: 18

Compression:

Stored size: 312 Bytes

Contents

<h1> Google Tag Manager</h1>
<% if @gtm.errors.any? %>
   <h2>Errors:</h2>
   <ul>
     <% @gtm.errors.full_messages.each do |message| %>
       <li><%= message %></li>
     <% end %>
   </ul>
<% end %>


<%= form_for [:admin, @gtm] do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
spree_gtm-0.0.22 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.21 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.20 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.19 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.18 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.17 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.16 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.15 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.14 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.13 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.12 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.11 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.10 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.9 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.8 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.7 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.6 app/views/spree/admin/gtms/edit.html.erb
spree_gtm-0.0.5 app/views/spree/admin/gtms/edit.html.erb