Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from foxmask/issue-26
Browse files Browse the repository at this point in the history
fixed #26 - url in the popup
  • Loading branch information
foxmask committed Oct 1, 2019
2 parents cf22960 + 44bb4b5 commit 24613fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joplin-vue/src/modules/notes/components/TakeNote.vue
Expand Up @@ -46,7 +46,7 @@
<ul>
<li v-if="author !== ''">Author: {{ author }}</li>
<li v-else>Author n/a</li>
<li v-if="source_url !== ''">URL: {{ source_url }}</li>
<li v-if="source_url !== ''">URL: <a v-bind:href="source_url" v-bind:title="source_url">Go to the source</a></li>
<li v-else>URL n/a</li>
<li>Date
<ul>
Expand Down

0 comments on commit 24613fb

Please sign in to comment.