summaryrefslogtreecommitdiff
path: root/app/views/switchboard_entries/_form_core.html.haml
blob: 6f340c2be8129e9d866ef32584991bb38b9021ef (plain)
1
2
3
.inputs
  = f.association :sip_account, :collection => @sip_accounts, :label => t('switchboard_entries.form.sip_account_id.label'), :hint => conditional_hint('switchboard_entries.form.sip_account_id.hint'), :autofocus => true, :include_blank => false
  = f.input :name, :label => t('switchboard_entries.form.name.label'), :hint => conditional_hint('switchboard_entries.form.name.hint')