Browse Source

Update card footer in projects template

pull/10/head
Hironsan 7 years ago
parent
commit
c4c2c2425d
1 changed files with 4 additions and 3 deletions
  1. 7
      app/server/templates/projects.html

7
app/server/templates/projects.html

@ -55,11 +55,12 @@
<p>
[[ project.description.slice(0, 50) ]]
</p>
<a class="button is-link is-small" v-bind:href="'/projects/' + project.id + '/admin'">
<i class="fas fa-cog"></i>&nbsp;Settings
</a>
</div>
</div>
<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>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save