summaryrefslogtreecommitdiff
path: root/app/views/route_elements/_form_core.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-01-16 08:37:56 -0500
committerPeter Kozak <spag@golwen.net>2013-01-16 08:37:56 -0500
commit8c83a89c6fbfdb31cae8ea6fcf2fd50c12c076a5 (patch)
tree351d88cdc12b1de9511ac33b63673b8f904622c3 /app/views/route_elements/_form_core.html.haml
parent113e3c6c6117fbeca7b9bf1f0e6dc26b0db9c407 (diff)
route_elements added
Diffstat (limited to 'app/views/route_elements/_form_core.html.haml')
-rw-r--r--app/views/route_elements/_form_core.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/route_elements/_form_core.html.haml b/app/views/route_elements/_form_core.html.haml
new file mode 100644
index 0000000..7697cb0
--- /dev/null
+++ b/app/views/route_elements/_form_core.html.haml
@@ -0,0 +1,9 @@
+.inputs
+ = f.input :call_route_id, :label => t('route_elements.form.call_route_id.label'), :hint => conditional_hint('route_elements.form.call_route_id.hint')
+ = f.input :var_in, :label => t('route_elements.form.var_in.label'), :hint => conditional_hint('route_elements.form.var_in.hint')
+ = f.input :var_out, :label => t('route_elements.form.var_out.label'), :hint => conditional_hint('route_elements.form.var_out.hint')
+ = f.input :pattern, :label => t('route_elements.form.pattern.label'), :hint => conditional_hint('route_elements.form.pattern.hint')
+ = f.input :replacement, :label => t('route_elements.form.replacement.label'), :hint => conditional_hint('route_elements.form.replacement.hint')
+ = f.input :action, :label => t('route_elements.form.action.label'), :hint => conditional_hint('route_elements.form.action.hint')
+ = f.input :mandatory, :label => t('route_elements.form.mandatory.label'), :hint => conditional_hint('route_elements.form.mandatory.hint')
+ = f.input :position, :label => t('route_elements.form.position.label'), :hint => conditional_hint('route_elements.form.position.hint')