mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
6 lines
375 B
Text
6 lines
375 B
Text
<p class="py-6">
|
|
<p class='py-2'>
|
|
You have used <%= number_with_delimiter(current_user.points.count) %> points of <%= number_with_delimiter(DawarichSettings::BASIC_PAID_PLAN_LIMIT) %> available.
|
|
</p>
|
|
<progress class="progress progress-primary w-1/2 h-5" value="<%= current_user.points.count %>" max="<%= DawarichSettings::BASIC_PAID_PLAN_LIMIT %>"></progress>
|
|
</p>
|