Sha256: ff9c94db6fd8c46c57734d145bebf7ab3cd2e4bef587d01199512476c13beaa1

Contents?: true

Size: 801 Bytes

Versions: 12

Compression:

Stored size: 801 Bytes

Contents

<% provide(:page_title, @category.name) %>
<% breadcrumb_add('Categorias', products_path) %>
<div class="row-fluid">
  <div class = "widget widget-padding span12">
    <div class = "widget-header"><i class = "icon-truck"></i><h5>Categoría</h5></div>
    <div class = "widget-body">
      <div class = "widget-forms clearfix">
        <%= custom_form_for(@category, :url => category_path(@category), :html => {:class => "form-horizontal"}) do |f| %>
          <%= render 'shared/error_messages', :object => @category %>
          <%= f.text_field :name, :label => "Nombre", :placeholder => "Nombre de la categoria" %>
      </div>
    </div>
    <div class = "widget-footer">
      <%= f.submit "Agregar", :disable_with => 'Submiting...' %>
    </div>
      <% end -%>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
adminpanel-0.1.1 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.1.0cl.2 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.1.0cl app/views/adminpanel/categories/edit.html.erb
adminpanel-0.1.0 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.7 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.6.1 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.6 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.5 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.4 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.3 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.2 app/views/adminpanel/categories/edit.html.erb
adminpanel-0.0.1 app/views/adminpanel/categories/edit.html.erb