summaryrefslogtreecommitdiff
path: root/app/views/sip_domains/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sip_domains/_form_core.html.haml')
-rw-r--r--app/views/sip_domains/_form_core.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/sip_domains/_form_core.html.haml b/app/views/sip_domains/_form_core.html.haml
new file mode 100644
index 0000000..a7f024f
--- /dev/null
+++ b/app/views/sip_domains/_form_core.html.haml
@@ -0,0 +1,3 @@
+.inputs
+ = f.input :host, :label => t('sip_domains.form.host.label'), :hint => conditional_hint('sip_domains.form.host.hint')
+ = f.input :realm, :label => t('sip_domains.form.realm.label'), :hint => conditional_hint('sip_domains.form.realm.hint')