blob: 7310af3460862e1948a1e361c733d4a465a43686 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([ @phone_number, @call_forward ]) do |f|
= f.error_notification
= render "form_core", :f => f
.actions
= f.button :submit, conditional_t('call_forwards.form.submit')
|