From 3943bbc8346d4ff58f725db2e5e4de9622d89fab Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 8 Apr 2015 22:56:57 -0400 Subject: adding enum type --- themes/okadmin/templates/partials/inputs.liquid | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'themes/okadmin/templates/partials/inputs.liquid') diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index ad5beab..551a66c 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -5,26 +5,27 @@
+ {% if type == 'string' %} - {% else if type == 'text' %} + {% elsif type == 'text' %} - {% else if type == 'enum' %} + {% elsif type == 'enum' %} {% else %} -- cgit v1.2.3-70-g09d2