Sha256: 9e5131631d9a10a432159c0bc4a14f62b5f52f20ea33cd82e95331facce68b4e

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

.row
.nested-fields
  %hr
  %h5
    Jumbotron
    = link_to_remove_association 'remove', f
  = f.text_area :content, placeholder: 'content', class: 'form-control', rows: 8
  = f.label :link
  = f.select(:link, PagesCms::Page.all.collect {|p| [p.title, p.slug] }, {include_blank: 'None'}, class: 'form-control inline-form')

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
pages_cms-0.1.1 app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml
pages_cms-0.1.1 test/dummy/app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml
pages_cms-0.1.0 app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml
pages_cms-0.0.3 app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml
pages_cms-0.0.2 app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml
pages_cms-0.0.1 app/views/pages_cms/admin/pages/_jumbotron_fields.html.haml