Sha256: cd86f702f51442adc442f3011fd306831c72c047b9e75aa60556348fa92abac8

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

<% provide(:page_title, t("Edit")) %>
<% breadcrumb_add(t("model.Products"), products_path) %>
<% breadcrumb_add(@product.name, product_path(@product)) %>
<div class="row-fluid">
  <div class = "widget widget-padding span12">
    <div class = "widget-header"><i class = "icon-truck"></i><h5><%= t("model.Product") %></h5></div>
      
        <%= render 'product_form' %>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adminpanel-0.0.5 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.4 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.3 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.2 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.1 app/views/adminpanel/products/edit.html.erb