Sha256: ab6bfb409efef68b02837506e103dd594cc0b64d5f14a5d9a3b25720956a0e79

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

<%= pb_content_tag(:div, **combined_html_options) do %>
  <%= pb_rails("title", props: {
    dark: object.dark,
    size: object.title_size,
    text: object.title,
    classname: "pb_title_count_text" }) if object.title %>
  <%= pb_rails("body", props: { color: "light", dark: object.dark }) { object.format_count } if object.count %>
<% 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_title_count/title_count.html.erb