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