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