summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/devdashboard/app/views/herds/_form.rhtml')
-rw-r--r--projects/devdashboard/app/views/herds/_form.rhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/devdashboard/app/views/herds/_form.rhtml b/projects/devdashboard/app/views/herds/_form.rhtml
new file mode 100644
index 0000000..9cc65b5
--- /dev/null
+++ b/projects/devdashboard/app/views/herds/_form.rhtml
@@ -0,0 +1,13 @@
+<%= error_messages_for 'herd' %>
+
+<!--[form:herd]-->
+<p><label for="herd_name">Name</label><br/>
+<%= text_field 'herd', 'name' %></p>
+
+<p><label for="herd_email">Email</label><br/>
+<%= text_field 'herd', 'email' %></p>
+
+<p><label for="herd_description">Description</label><br/>
+<%= text_area 'herd', 'description' %></p>
+<!--[eoform:herd]-->
+