Justinzh1/Emunah

View on GitHub
app/views/people/new.html.haml

Summary

Maintainability
Test Coverage
.container
  %h1 Create a Person
  %br
  .jumbotron
    = form_tag family_people_path do
      = render :partial => "people/person_form", locals: {name: "person"}
      .row
        = submit_tag 'Add', class: 'btn btn-default'