Sha256: 65e1b44d7d1391dd7d1781a1d6d7659f256e1fae8150e61c51c980fc9a8e80ad

Contents?: true

Size: 405 Bytes

Versions: 17

Compression:

Stored size: 405 Bytes

Contents

- url = (committee.persisted? ? effective_committees.committee_path(committee) : effective_committees.committees_path)

= effective_form_with(model: committee, url: url) do |f|
  = render 'effective/committees/fields', f: f

  = f.submit

- if committee.persisted?
  %h2 Committee Members
  - datatable = EffectiveCommitteeMembersDatatable.new(committee: committee)
  = render_inline_datatable(datatable)

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
effective_committees-0.3.10 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.9 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.8 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.7 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.6 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.5 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.4 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.3 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.2 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.1 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.3.0 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.2.1 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.2.0 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.1.2 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.1.1 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.1.0 app/views/effective/committees/_form_committee.html.haml
effective_committees-0.0.2 app/views/effective/committees/_form_committee.html.haml