Sha256: f77848d6fd6bfb164a380d03d6df697e91765dfe965e89b3f750bc3a0da879c3

Contents?: true

Size: 931 Bytes

Versions: 19

Compression:

Stored size: 931 Bytes

Contents

= render 'comfy/admin/cms/partials/file_form_before', :form => form

= form.text_field :label, label: t('files_alt_tag')
= form.file_field :file

- unless @file.new_record?
  = form.form_group t('.current_file') do
    - if @file.is_image?
      .file-image
        = image_tag @file.file.url
    = link_to @file.file.url, @file.file.url, :target => '_blank'

= form.text_area :description

= render 'comfy/admin/cms/categories/form', :form => form

= render 'comfy/admin/cms/partials/file_form_after', :form => form

= form.form_group :class => 'form-actions' do
  = form.submit t(@file.new_record?? '.create' : '.update'), :class => 'btn btn-primary'
  - unless @file.new_record?
    = link_to t('.delete'), comfy_admin_cms_site_file_path(@site, @file), :method => :delete, :data => {:confirm => t('.are_you_sure')},  :class => 'btn btn-danger'
  = link_to t('.cancel'), comfy_admin_cms_site_files_path, :class => 'btn btn-link'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.1.1 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.1.0 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.23 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.22 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.21 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.20 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.19 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.18 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.17 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.16 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.15 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.14 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.13 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.12 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.11 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.10 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.9 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.8 app/views/comfy/admin/cms/files/_form.html.haml
comfortable_mexican_loveseat-0.0.7 app/views/comfy/admin/cms/files/_form.html.haml