浏览代码

Show the tags in the link editing form

Trevor Elliott 4 年之前
父节点
当前提交
6d3738aaae
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">