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