sgmap/boussole

View on GitHub
app/views/agents/measures/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: { measure: @measure, action: 'new' })