Sha256: befd96ea369b877ee4ff19f5ce3814abb9ac3cd7d3a48871088ef86bb5971ad5

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

<% provide(:page_title, "Editar") %>
<% breadcrumb_add(t("Gallery"), galleries_path) %>
<% breadcrumb_add('Imagen', gallery_path(@gallery)) %>
<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 => gallery_path(@gallery), :html => {:class => "form-horizontal"}) do |f| %>
          <%= render 'shared/error_messages', :object => @gallery %>
          <% if @gallery.file %>
          	<div class="controls">
          		<div class="control-group">
          			<%= image_tag @gallery.file_url(:thumb) %>
          		</div>
          	</div>
          <% end %>
          <%= 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

12 entries across 12 versions & 1 rubygems

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