Sha256: cfa268b4426709c41a256758b291814a89e0efe6e9d787c32c65e4c828a43bad

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

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