diff options
Diffstat (limited to 'app/views/hunt_groups/edit.html.haml')
-rw-r--r-- | app/views/hunt_groups/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/hunt_groups/edit.html.haml b/app/views/hunt_groups/edit.html.haml index f2ef998..5d5b146 100644 --- a/app/views/hunt_groups/edit.html.haml +++ b/app/views/hunt_groups/edit.html.haml @@ -1,3 +1,3 @@ -- title t("hunt_groups.edit.page_title") +- content_for :title, t("hunt_groups.edit.page_title") = render "form" |