Browse Source

Update delete text color

pull/10/head
Hironsan 6 years ago
parent
commit
b227bea684
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/templates/projects.html

2
app/server/templates/projects.html

@ -98,7 +98,7 @@
{% if user.is_superuser %}
<div class="card-footer">
<a v-bind:href="'/projects/' + project.id + '/docs'" class="card-footer-item">Edit</a>
<a href="" class="card-footer-item">Delete</a>
<a href="" class="card-footer-item has-text-danger" style="font-weight:700">Delete</a>
</div>
{% endif %}
</div>

Loading…
Cancel
Save