diff --git a/public/dashboard/index.html b/public/dashboard/index.html index bb9e534..b5a9490 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -66,19 +66,34 @@
<%= name %>

Fill out the fields below to create/edit an object in the <%= name %> collection.

- <% _.each(description, function (val, key, obj) { - var type = 'text'; %> + <% _.each(description, function (val, key, obj) { %>
- - + <% if (val.formType === 'textarea' || val.formType === 'multi-select') { %> + + <% } + else if (val.formType === 'checkbox') {%> + /> + <% } + else { %> + /> + <% } %>
<% }); %>
+ Save Changes Discard Changes @@ -160,7 +175,7 @@ "> unique in this collection - Remove + Remove