diff options
Diffstat (limited to 'app/views/gateways/index.html.haml')
-rw-r--r-- | app/views/gateways/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateways/index.html.haml b/app/views/gateways/index.html.haml index cec9cd1..f5d3275 100644 --- a/app/views/gateways/index.html.haml +++ b/app/views/gateways/index.html.haml @@ -1,4 +1,4 @@ -- title t("gateways.index.page_title") +- content_for :title, t("gateways.index.page_title") - if @gateways && @gateways.count > 0 = render "index_core", :gateways => @gateways |