pull button right
This commit is contained in:
parent
e4f6670c45
commit
9193ebcae6
|
@ -50,7 +50,7 @@ On this page participants of {{ camp.title }} can communicate about ridesharing
|
||||||
<td>
|
<td>
|
||||||
{{ ride.seats }}
|
{{ ride.seats }}
|
||||||
<td>
|
<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
|
<i class="fas fa-eye"></i> Details
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue