summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardCustomFields.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-11 23:40:18 +0300
commitb795115042c2eb6bccbf029f21d78849a44128ca (patch)
tree29c2682387b22e3b4eeeccd3fb6b3daac6236a14 /client/components/cards/cardCustomFields.jade
parent52fe845d2427afdda1a426b9f616d400a4dafae1 (diff)
downloadwekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.gz
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.tar.bz2
wekan-b795115042c2eb6bccbf029f21d78849a44128ca.zip
- [View markdown on List names, Custom Fields (Text and Dropdown), Label names,
All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334
Diffstat (limited to 'client/components/cards/cardCustomFields.jade')
-rw-r--r--client/components/cards/cardCustomFields.jade13
1 files changed, 9 insertions, 4 deletions
diff --git a/client/components/cards/cardCustomFields.jade b/client/components/cards/cardCustomFields.jade
index 65081e3b..c4fa6863 100644
--- a/client/components/cards/cardCustomFields.jade
+++ b/client/components/cards/cardCustomFields.jade
@@ -4,9 +4,10 @@ template(name="cardCustomFieldsPopup")
li.item(class="")
a.name.js-select-field(href="#")
span.full-name
+ +viewer
= name
if hasCustomField
- i.fa.fa-check
+ i.fa.fa-check
hr
a.quiet-button.full.js-settings
i.fa.fa-cog
@@ -61,9 +62,13 @@ template(name="cardCustomField-dropdown")
select.inline
each items
if($eq data.value this._id)
- option(value=_id selected="selected") {{name}}
+ option(value=_id selected="selected")
+ +viewer
+ = name
else
- option(value=_id) {{name}}
+ option(value=_id)
+ +viewer
+ = name
.edit-controls.clearfix
button.primary(type="submit") {{_ 'save'}}
a.fa.fa-times-thin.js-close-inlined-form
@@ -73,4 +78,4 @@ template(name="cardCustomField-dropdown")
+viewer
= selectedItem
else
- | {{_ 'edit'}} \ No newline at end of file
+ | {{_ 'edit'}}