Browse Source

Merge branch 'fix-link-card' of https://github.com/nztqa/wekan into nztqa-fix-link-card

Lauri Ojansivu 8 years ago
parent
commit
02a841b468
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/cards/cardDetails.jade

+ 1 - 1
client/components/cards/cardDetails.jade

@@ -141,7 +141,7 @@ template(name="cardMorePopup")
       span {{_ 'link-card'}}
       = ' '
       i.fa.colorful(class="{{#if board.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
-      input.inline-input(type="text" readonly value="{{ rootUrl }}")
+      input.inline-input(type="text" readonly value="{{ absoluteUrl }}")
     | {{_ 'added'}}
     span.date(title=card.createdAt) {{ moment createdAt 'LLL' }}
     a.js-delete(title="{{_ 'card-delete-notice'}}") {{_ 'delete'}}