ソースを参照

Bugfix, edit description didn't work if it was clicked

- introduced by commit: 0cc63b810c5a9e23a8a3939a11176f25c1fa8dc7
Martin Filser 1 年間 前
コミット
bf2b3b40cd
1 ファイル変更4 行追加3 行削除
  1. 4 3
      client/components/cards/cardDetails.jade

+ 4 - 3
client/components/cards/cardDetails.jade

@@ -527,9 +527,10 @@ template(name="cardDetails")
               if currentBoard.allowsDescriptionText
               if currentBoard.allowsDescriptionText
                 a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
                 a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
                   i.fa.fa-pencil-square-o
                   i.fa.fa-pencil-square-o
-                if getDescription
-                  +viewer
-                    = getDescription
+                a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
+                  if getDescription
+                    +viewer
+                      = getDescription
                 if (hasUnsavedValue 'cardDescription' _id)
                 if (hasUnsavedValue 'cardDescription' _id)
                   p.quiet
                   p.quiet
                     | {{_ 'unsaved-description'}}
                     | {{_ 'unsaved-description'}}