Browse Source

Show the tags in the link editing form

Trevor Elliott 4 years ago
parent
commit
6d3738aaae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/edit_link.mustache

+ 1 - 1
templates/edit_link.mustache

@@ -19,7 +19,7 @@
     </div>
     <div class="tags">
       <label for="tags">Tags</label>
-      <input name="tags" type="text" value="" />
+      <input name="tags" type="text" value="{{#tags}}{{#tag}}{{name}} {{/tag}}{{/tags}}" />
     </div>
 
     <div class="submit">