diff options
Diffstat (limited to 'app/views/sip_domains/show.html.haml')
-rw-r--r-- | app/views/sip_domains/show.html.haml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/sip_domains/show.html.haml b/app/views/sip_domains/show.html.haml new file mode 100644 index 0000000..e136eaf --- /dev/null +++ b/app/views/sip_domains/show.html.haml @@ -0,0 +1,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 }
\ No newline at end of file |