summaryrefslogtreecommitdiff
path: root/app/views/sip_domains/show.html.haml
blob: b7b74cdf58ee51aa54c9ec18c3cd74a5b3ebe933 (plain)
1
2
3
4
5
6
7
8
9
10
- content_for :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 }