ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/views/provider_management/external_users/new.html.haml

Summary

Maintainability
Test Coverage
= content_for :page_title, flush: true do
  = t('.page_title', provider_name: @provider.name)


= render partial: 'layouts/header', locals: { page_heading: t('.page_heading') }

%h2.govuk-heading-m
  = t('.heading', provider_name: @provider.name)

.govuk-grid-row
  .govuk-grid-column-two-thirds
    = render 'form'