From 5929ee6adddf3a60b44b4d56e001a2c1af366e6a Mon Sep 17 00:00:00 2001 From: jkaplon Date: Sat, 18 Jul 2015 15:15:03 -0400 Subject: [PATCH] Add new core-edit template file, issue #16. --- views/core-edit.hbs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 views/core-edit.hbs diff --git a/views/core-edit.hbs b/views/core-edit.hbs new file mode 100644 index 0000000..e2dfd30 --- /dev/null +++ b/views/core-edit.hbs @@ -0,0 +1,18 @@ +{{!< default}} + +
+ {{#form url class="form-horzontal"}} + +
+ {{label "deviceName" "Edit Device Name:"}} + {{input "deviceName" coreName class="form-control"}} +
+ +
+ {{label "locationDesc" "Edit Location:"}} + {{input "locationDesc" locationDesc class="form-control"}} +
+ + {{submit "save" "Save details" class="btn btn-primary"}} + {{/form}} +