blob: 4bc3adba80d8e18ef3bc2e8e3463db30cadbb252 (
plain)
1
2
3
4
5
6
7
8
9
10
|
- content_for :title, t("pager_group_destinations.show.page_title")
%p
%strong= t('pager_group_destinations.show.pager_group_id') + ":"
= @pager_group_destination.pager_group_id
%p
%strong= t('pager_group_destinations.show.sip_account_id') + ":"
= @pager_group_destination.sip_account_id
= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @pager_group_destination }
|