diff options
Diffstat (limited to 'app/views/access_authorizations/edit.html.haml')
-rw-r--r-- | app/views/access_authorizations/edit.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/access_authorizations/edit.html.haml b/app/views/access_authorizations/edit.html.haml new file mode 100644 index 0000000..414f094 --- /dev/null +++ b/app/views/access_authorizations/edit.html.haml @@ -0,0 +1,3 @@ +- title t("access_authorizations.edit.page_title") + += render "form" |