Browse Source

Put card custom field check in the same line

helioguardabaxo 4 years ago
parent
commit
0aab2b3085
1 changed files with 1 additions and 2 deletions
  1. 1 2
      client/components/cards/cardCustomFields.jade

+ 1 - 2
client/components/cards/cardCustomFields.jade

@@ -4,8 +4,7 @@ template(name="cardCustomFieldsPopup")
             li.item(class="")
             li.item(class="")
                 a.name.js-select-field(href="#")
                 a.name.js-select-field(href="#")
                     span.full-name
                     span.full-name
-                      +viewer
-                        = name
+                      = name
                     if hasCustomField
                     if hasCustomField
                       i.fa.fa-check
                       i.fa.fa-check
     hr
     hr