summaryrefslogtreecommitdiff
path: root/app/views/conference_invitees/_form_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/conference_invitees/_form_core.html.haml')
-rw-r--r--app/views/conference_invitees/_form_core.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/conference_invitees/_form_core.html.haml b/app/views/conference_invitees/_form_core.html.haml
new file mode 100644
index 0000000..3cac18d
--- /dev/null
+++ b/app/views/conference_invitees/_form_core.html.haml
@@ -0,0 +1,7 @@
+.inputs
+ = f.simple_fields_for :phone_number, @phone_number do |p|
+ = p.input :number, :label => t('phone_numbers.form.number.label'), :hint => conditional_hint('phone_numbers.form.number.hint')
+
+ = f.input :pin, :label => t('conference_invitees.form.pin.label'), :hint => conditional_hint('conference_invitees.form.pin.hint')
+ = f.input :speaker, :label => t('conference_invitees.form.speaker.label'), :hint => conditional_hint('conference_invitees.form.speaker.hint')
+ = f.input :moderator, :label => t('conference_invitees.form.moderator.label'), :hint => conditional_hint('conference_invitees.form.moderator.hint')