We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa91227 commit 3e24e50Copy full SHA for 3e24e50
views/partials/show_items.ejs
@@ -12,7 +12,7 @@
12
<div>
13
<p><%= item.name %></p>
14
<p><%= item.category.name + ' - ' + item.brand.name %></p>
15
- <p class="text-gray-400">$<%= item.price %></p>
+ <p class="text-red-500">$<%= item.price %></p>
16
</div>
17
18
views/show_item.ejs
@@ -18,7 +18,7 @@
class="w-full object-cover h-70vh"
19
/>
20
<div class="w-full pl-7 pr-4 mt-8 sm:mt-0">
21
- <div class="flex justify-between items-center">
+ <div class="flex justify-between items-center gap-5">
22
<p class="text-red-600 text-2xl pb-2"><%= item.name %></p>
23
<a href="<%= item.url + '/update' %>" class="text-blue-500 hover:text-blue-300">Edit</a>
24
0 commit comments