JuanVqz/doctors

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

Summary

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

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