mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 14:04:06 +00:00
Account:: namespace simplifications and cleanup (#2110)
* Flatten Holding model * Flatten balance model * Entries domain renames * Fix valuations reference * Fix trades stream * Fix brakeman warnings * Fix tests * Replace existing entryable type references in DB
This commit is contained in:
5
app/views/entries/_loading.html.erb
Normal file
5
app/views/entries/_loading.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="bg-container space-y-4 p-5 shadow-border-xs rounded-xl">
|
||||
<div class="p-5 flex justify-center items-center">
|
||||
<%= tag.p t(".loading"), class: "text-secondary animate-pulse text-sm" %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user