summaryrefslogtreecommitdiff
path: root/app/views/sip_domains/index.html.haml
blob: 6de7f426974af2544e0d25ae1c75cb08bae29670 (plain)
1
2
3
4
5
6
- title t("sip_domains.index.page_title")

- if @sip_domains.count > 0
  = render "index_core", :sip_domains => @sip_domains

= render :partial => 'shared/create_link', :locals => {:child_class => SipDomain}