mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
* Move Transaction to Account namespace * Fix improper routes, improve separation of concerns * Replace account transactions list partial with view * Remove logs * Consolidate transaction views * Remove unused code * Transfer style tweaks * Remove more unused code * Add back totals by currency helper
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
<div class="bg-white space-y-4 p-5 border border-alpha-black-25 rounded-xl shadow-xs">
|
|
<div class="p-5 flex justify-center items-center">
|
|
<%= tag.p t(".loading"), class: "text-gray-500 animate-pulse text-sm" %>
|
|
</div>
|
|
</div>
|