JuanVqz/doctors

View on GitHub
app/views/appointments/edit.html.haml

Summary

Maintainability
Test Coverage
= render 'shared/section' do
  .flex.flex-row
    = link_to :back, class: secondary_button do
      %span.fa.fa-arrow-left
      = t('.back')

= render 'shared/section' do
  = render 'form', appointment: @appointment, title: t('helpers.submit.appointment.update')