extinctionrebellion/RebelsManager

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

Summary

Maintainability
Test Coverage
- content_for :page_header do
  = render 'layouts/components/page_header',
           title: "Edit: #{@local_group.name}"

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

      = f.button :submit,
                 "Save"