mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Update app/views/transactions/_transaction.html.erb
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com>
This commit is contained in:
@@ -25,16 +25,15 @@
|
||||
class: "w-9 h-9 rounded-full",
|
||||
loading: "lazy" %>
|
||||
<% else %>
|
||||
<div class="hidden lg:flex">
|
||||
<%= render DS::FilledIcon.new(
|
||||
variant: :text,
|
||||
text: entry.name,
|
||||
size: "lg",
|
||||
rounded: true
|
||||
) %>
|
||||
</div>
|
||||
<%= render DS::FilledIcon.new(
|
||||
variant: :text,
|
||||
text: entry.name,
|
||||
size: "lg",
|
||||
rounded: true
|
||||
) %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex lg:hidden items-center gap-1 col-span-2 relative">
|
||||
<%= render "transactions/transaction_category", transaction: transaction %>
|
||||
<% if transaction.merchant&.logo_url.present? %>
|
||||
|
||||
Reference in New Issue
Block a user