Sha256: 2c25dc478d1b343d965d4ccb0cccf3a700efdeb88701b6e89557ba6ae1469119
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
<%= pb_content_tag(:div, **combined_html_options) 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 | app/pb_kits/playbook/pb_dashboard_value/dashboard_value.html.erb |