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

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

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