extinctionrebellion/RebelsManager

View on GitHub
app/views/local_groups/new.html.slim

Summary

Maintainability
Test Coverage
- content_for :page_header do
  = render 'layouts/components/page_header',
           title: 'Add Local Group'

= simple_form_for @local_group,
                  url: local_groups_path do |f|
  .grid-x.grid-padding-x
    .cell.small-12.medium-8.large-6
      = render 'form', f: f

      = f.button :submit,
                 "Save"