Fix formatting and link to saburly website
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p class="line-clamp-2 text-sm text-gray-700">
|
<p class="line-clamp-2 text-sm text-gray-700">
|
||||||
From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }}
|
From {{ task.price_from|cents_to_dollars }} to {{ task.price_to|cents_to_dollars }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<section class="rounded-xl border-2 border-gray-200 bg-slate-100 mb-3 ml-3 mr-3 p-4">
|
<section class="rounded-xl border-2 border-gray-200 bg-slate-100 mb-3 ml-3 mr-3 p-4">
|
||||||
<p>{{ task.description }}</p>
|
<p>{{ task.description }}</p>
|
||||||
|
|
||||||
<p>From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }}</p>
|
<p>From {{ task.price_from|cents_to_dollars }} to {{ task.price_to|cents_to_dollars }}</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user