summaryrefslogtreecommitdiff
path: root/app/views/phone_sip_accounts/show.html.haml
blob: 0dd5a9bff11d3459e041a59d8040314149e2bde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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 }