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