summaryrefslogtreecommitdiff
path: root/app/views/sip_domains/show.html.haml
blob: e136eafebcfaf723bc69bff1cbdd07c4b91ab494 (plain)
1
2
3
4
5
6
7
8
9
10
- title t("sip_domains.show.page_title")

%p
  %strong= t('sip_domains.show.host') + ":"
  = @sip_domain.host
%p
  %strong= t('sip_domains.show.realm') + ":"
  = @sip_domain.realm

= render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @sip_domain }