]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/todo/tags.html
Use query builder in tag list, add link to todo page
[cheatdb.git] / app / templates / todo / tags.html
index e7675f8dfe5544ef6047e6177704bda8489641d1..04f270adc58a803a4d5794ce15a79a141a760bfb 100644 (file)
@@ -36,9 +36,9 @@
                                {% for tag in package.tags %}
                                        <span class="badge badge-primary mr-1">{{ tag.title }}</span>
                                {% endfor %}
-                               <a class="badge badge-secondary add-btn px-2" href="#">
+                               <!-- <a class="badge badge-secondary add-btn px-2" href="#">
                                        <i class="fas fa-plus"></i>
-                               </a>
+                               </a> -->
                        </td>
                </tr>
        {% endfor %}