9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
<span>
|
|
<i class="fa-solid <%= icon_class %> mr-1"></i>
|
|
<%= label %>: <% if value.present? %>
|
|
<%= value %>
|
|
<% else %>
|
|
<span class="text-slate-400"> - </span>
|
|
<% end %>
|
|
</span>
|