summaryrefslogtreecommitdiff
path: root/app/views/call_routes/_form_core.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-18 10:32:20 +0100
committerspag <spag@golwen.net>2013-01-18 10:32:20 +0100
commitb05e8ae39b44a010c750e71b3f5dc8dbfd85398a (patch)
tree3d7ec3d7db250d67e5f1e06ab4201ef62e73aed4 /app/views/call_routes/_form_core.html.haml
parentb79543b0881a75c97a3710f4dadba6bf19ce6895 (diff)
parentbba745bb46b44d3897222e9d14e2c4f79ede4373 (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/call_routes/_form_core.html.haml')
-rw-r--r--app/views/call_routes/_form_core.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_routes/_form_core.html.haml b/app/views/call_routes/_form_core.html.haml
index 2eee795..b64d660 100644
--- a/app/views/call_routes/_form_core.html.haml
+++ b/app/views/call_routes/_form_core.html.haml
@@ -1,5 +1,5 @@
.inputs
- = f.input :routing_table, :collection => CallRoute::ROUTING_TABLES, :label => t('call_routes.form.table.label'), :hint => conditional_hint('call_routes.form.table.hint'), :include_blank => false
+ = f.input :routing_table, :collection => CallRoute::ROUTING_TABLES, :label => t('call_routes.form.table.label'), :hint => conditional_hint('call_routes.form.table.hint'), :include_blank => false, :autofocus => true
= f.input :name, :label => t('call_routes.form.name.label'), :hint => conditional_hint('call_routes.form.name.hint')
= f.input :endpoint_type, :label => t('call_routes.form.endpoint_type.label'), :hint => conditional_hint('call_routes.form.endpoint_type.hint')
= f.input :endpoint_id, :label => t('call_routes.form.endpoint_id.label'), :hint => conditional_hint('call_routes.form.endpoint_id.hint')