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