summaryrefslogtreecommitdiff
path: root/app/views/route_elements/_form.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.html.haml
parent113e3c6c6117fbeca7b9bf1f0e6dc26b0db9c407 (diff)
route_elements added
Diffstat (limited to 'app/views/route_elements/_form.html.haml')
-rw-r--r--app/views/route_elements/_form.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/route_elements/_form.html.haml b/app/views/route_elements/_form.html.haml
new file mode 100644
index 0000000..cfa4c6b
--- /dev/null
+++ b/app/views/route_elements/_form.html.haml
@@ -0,0 +1,7 @@
+= simple_form_for(@route_element) do |f|
+ = f.error_notification
+
+ = render "form_core", :f => f
+
+ .actions
+ = f.button :submit, conditional_t('route_elements.form.submit') \ No newline at end of file