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