Sha256: e165359c3b0e398ad9d04d547822f2e011285779daba2da40e674222b10ddff2

Contents?: true

Size: 352 Bytes

Versions: 7

Compression:

Stored size: 352 Bytes

Contents

<% provide(:page_title, t("product.new")) %>
<% breadcrumb_add(t("model.Products"), products_path) %>
<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>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

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