Sha256: 08e35cbf3366efe3df2d777749477c0bb7796951f3729b6ed778208acf9d09cc

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 Bytes

Contents

<h1><%= t("editing_question") %></h1>
<%= render "spree/shared/error_messages", :target => @object %>

<%= render :partial => 'spree/admin/shared/question_tabs', :locals => { :current => 'Question Details' } %>

<%= form_for [:admin, @object] do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
  <%= render :partial => 'spree/admin/shared/edit_resource_links' %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_grid_faq-0.1.0 app/views/spree/admin/questions/edit.html.erb
spree_grid_faq-0.0.9 app/views/spree/admin/questions/edit.html.erb
spree_grid_faq-0.0.8 app/views/spree/admin/questions/edit.html.erb
spree_grid_faq-0.0.7 app/views/spree/admin/questions/edit.html.erb