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