sgmap/boussole

View on GitHub
app/views/agents/service_offerings/new.html.haml

Summary

Maintainability
Test Coverage
-# coding: utf-8

.l-container-narrow
  .l-content
    %article.profile-form
      %h1.profile-form-header= t('.heading')
      %hr

      = render(partial: 'form', locals: { service_offering: @service_offering, action: 'new' })