Move button styling into a component

This commit is contained in:
Oliver Davies 2017-10-09 19:15:57 +01:00
parent 3b226fd242
commit 6465c9f7fd
3 changed files with 21 additions and 4 deletions

View file

@ -68,10 +68,9 @@
{% if row.date.feedback and row.date.date <= today %}
<a
href="{{ row.date.feedback }}"
class="bg-blue br2 pa2 white-90 no-underline dib dim"
class="button"
title="Read or leave feedback for this talk">
<i class="fa fa-comment-o mr1"></i>
joind.in
<i class="fa fa-comment-o"></i> joind.in
</a>
{% endif %}
</td>