From 7223da25963793015c5bc31165d4f878de7dd31f Mon Sep 17 00:00:00 2001 From: jkaplon Date: Sun, 19 Jul 2015 10:12:12 -0400 Subject: [PATCH] Add some background color when current DB value displayed under input field. --- views/core-edit.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/core-edit.hbs b/views/core-edit.hbs index f992991..16f3ed5 100644 --- a/views/core-edit.hbs +++ b/views/core-edit.hbs @@ -7,7 +7,7 @@ {{label "deviceName" "Edit Device Name:"}} {{input "deviceName" coreName class="form-control"}} {{#if values.0.coreName}} -

* Current value is, {{values.0.coreName}}

+

* Current value is, {{values.0.coreName}}

{{/if}} @@ -15,7 +15,7 @@ {{label "locationDesc" "Edit Location:"}} {{input "locationDesc" locationDesc class="form-control"}} {{#if values.0.locationDesc}} -

* Current value is, {{values.0.locationDesc}}

+

* Current value is, {{values.0.locationDesc}}

{{/if}}