Fix formatting and link to saburly website

This commit is contained in:
Senad Uka
2023-07-06 07:14:57 +02:00
parent 6c926648b7
commit 7c44059a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>