Sha256: 89fd0c6e012a192229295fc3d26211f377ee8df880b36a6d6667240eef985d82

Contents?: true

Size: 754 Bytes

Versions: 8

Compression:

Stored size: 754 Bytes

Contents

<% provide(:page_title, "Nueva Imagen") %>
<% breadcrumb_add(t("Gallery"), galleries_path) %>
<div class="row-fluid">
  <div class = "widget widget-padding span12">
    <div class = "widget-header"><i class = "icon-picture"></i><h5>Imagen</h5></div>
    <div class = "widget-body">
      <div class = "widget-forms clearfix">
        <%= custom_form_for(@gallery, :url => galleries_path, :html => {:class => "form-horizontal"}) do |f| %>
          <%= render 'shared/error_messages', :object => @gallery %>
          <%= f.custom_file_field :file, :label => "Imagen" -%>
      </div>
    </div>
    <div class = "widget-footer">
      <%= f.submit "Agregar", :disable_with => 'Submiting...' %>
    </div>
      <% end -%>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adminpanel-0.0.7 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.6.1 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.6 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.5 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.4 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.3 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.2 app/views/adminpanel/galleries/new.html.erb
adminpanel-0.0.1 app/views/adminpanel/galleries/new.html.erb