Преглед на файлове

Merge pull request #5498 from mfilser/master

Bugfix, edit description didn't work if it was clicked
Lauri Ojansivu преди 10 месеца
родител
ревизия
27b2e2384c
променени са 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
                 a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
                   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)
                   p.quiet
                     | {{_ 'unsaved-description'}}