pull button right

This commit is contained in:
Thomas Steen Rasmussen 2019-07-11 20:56:09 +02:00
parent e4f6670c45
commit 9193ebcae6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ On this page participants of {{ camp.title }} can communicate about ridesharing
<td>
{{ ride.seats }}
<td>
<a class="btn btn-primary" href="{% url 'rideshare:detail' camp_slug=camp.slug pk=ride.pk %}">
<a class="btn btn-primary pull-right" href="{% url 'rideshare:detail' camp_slug=camp.slug pk=ride.pk %}">
<i class="fas fa-eye"></i> Details
</a>