Sha256: b2513a586f9feeca1f4e175e36a2a66562c985f3f8067d7e7d8dfe2c28340ec3

Contents?: true

Size: 768 Bytes

Versions: 8

Compression:

Stored size: 768 Bytes

Contents

<% provide(:page_title, t("gallery.new")) %>
<% breadcrumb_add(t("model.Adminpanel::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.adminpanel_file_field :file, :label => "Imagen" -%>
      </div>
    </div>
    <div class = "widget-footer">
      <%= f.submit t("gallery.new"), :disable_with => 'Submiting...' %>
    </div>
      <% end -%>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adminpanel-1.2.5 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.2.4 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.2.3 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.2.2 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.2.1 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.2.0 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.1.0 app/views/adminpanel/galleries/new.html.erb
adminpanel-1.0.0 app/views/adminpanel/galleries/new.html.erb