Sha256: b01f69c0891412378159e660d4e3ce88317a2aa496056e62563b2c0b0f117e0c

Contents?: true

Size: 403 Bytes

Versions: 7

Compression:

Stored size: 403 Bytes

Contents

<% provide(:page_title, t("action.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

7 entries across 7 versions & 1 rubygems

Version Path
adminpanel-0.1.1 app/views/adminpanel/products/edit.html.erb
adminpanel-0.1.0cl.2 app/views/adminpanel/products/edit.html.erb
adminpanel-0.1.0cl app/views/adminpanel/products/edit.html.erb
adminpanel-0.1.0 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.7 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.6.1 app/views/adminpanel/products/edit.html.erb
adminpanel-0.0.6 app/views/adminpanel/products/edit.html.erb