make link a button

This commit is contained in:
Matthias 2021-09-18 02:49:07 +02:00
parent aa120a8197
commit b9ba6b9225
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -18,6 +18,7 @@
<thead>
<tr>
<th>{% trans "Name" %}</th>
<th>{% trans "Author" %}</th>
</tr>
</thead>
@ -33,6 +34,7 @@
<span class='badge'><a class='nav-toggle text-success' id='select-plugin-{{plugin_key}}'>{% trans 'Has settings' %}</a></span>
{% endif %}
</td>
<td># TODO</td>
</tr>
{% endfor %}
</tbody>