mirror of
https://github.com/we-promise/sure.git
synced 2026-04-26 07:24:11 +00:00
* 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
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
<div data-controller="tooltip" data-tooltip-cross-axis-value="50">
|
|
<div class="flex items-center gap-1 text-warning">
|
|
<%= lucide_icon "info", class: "w-4 h-4 shrink-0" %>
|
|
<%= tag.span t(".missing_data"), class: "font-normal text-xs" %>
|
|
</div>
|
|
<div role="tooltip" data-tooltip-target="tooltip" class="tooltip bg-gray-700 text-sm p-2 rounded w-64">
|
|
<div class="text-white">
|
|
<%= t(".description") %>
|
|
</div>
|
|
</div>
|
|
</div>
|