Sha256: ad2bd60206729f398c432f9a55bdae5d4bfc5d583cc22465f9370e3765d04651
Contents?: true
Size: 401 Bytes
Versions: 537
Compression:
Stored size: 401 Bytes
Contents
<%= pb_content_tag do %> <% if object.stat_label.present? %> <%= pb_rails("body", props: { color: "light", text: object.stat_label } ) %> <% end %> <% if object.stat_value.present? %> <%= pb_rails("stat_value", props: object.formatted_stat_value) %> <% end %> <% if object.stat_change.present? %> <%= pb_rails("stat_change", props: object.stat_change) %> <% end %> <% end %>
Version data entries
537 entries across 537 versions & 1 rubygems