Reduce size of pagination record counter
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p class="text-right text-base max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
|
<p class="text-right text-sm max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
|
||||||
<%= gettext(
|
<%= gettext(
|
||||||
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
||||||
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p class="text-right text-base max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
|
<p class="text-right text-sm max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
|
||||||
<%= gettext(
|
<%= gettext(
|
||||||
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
||||||
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
||||||
|
|||||||
Reference in New Issue
Block a user