anthonymidili/Bullhorn

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

Summary

Maintainability
Test Coverage
- provide :title, 'New event'
.row.center-content
  .col-12.col-md-8
    %p= render 'timezones/link_to_form', return_to: new_event_path
    %h1 New event

    = render 'form'

    .links.mb-3
      = link_to events_path do
        %i.fa-solid.fa-hand-point-left
        Back