Explorar el Código

Show the tags in the link editing form

Trevor Elliott hace 4 años
padre
commit
6d3738aaae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">