blob: 54e1e5d4ba6d6221f15ef2a5b69040fa879824f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- content_for :title, t("phone_sip_accounts.show.page_title")
%p
%strong= t('phone_sip_accounts.show.phone_id') + ":"
= @phone_sip_account.phone
%p
%strong= t('phone_sip_accounts.show.sip_account_id') + ":"
= @phone_sip_account.sip_account
%p
%strong= t('phone_sip_accounts.show.position') + ":"
= @phone_sip_account.position
= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @phone, :child => @phone_sip_account }
|