Sha256: c4280ac09d0c5fe4de76ffd88088015563976a9ec21f4737a0318d88e0cf3503

Contents?: true

Size: 1.03 KB

Versions: 48

Compression:

Stored size: 1.03 KB

Contents

<%= content_tag(:div, id: object.id, data: object.data, class: object.classname + object.size_class, tabindex: object.tabindex, **combined_html_options) do %>
  <% if object.name.present? %>
    <%= pb_rails("avatar", props: { name: object.name, image_url: object.avatar_url, size: "xs" }) %>
    <%= pb_rails("title", props: { text: object.name, size: 4, classname: "pb_form_pill_text" }) %>
    <% if object.icon.present? %>
      <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", icon: object.icon }) %>
    <% end %>
  <% elsif object.text.present? %>
      <% if object.icon.present? %>
        <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", icon: object.icon }) %>
      <% end %>
      <% if object.text.present? %>
        <%= pb_rails("title", props: { text: object.text, size: 4, classname: "pb_form_pill_tag" }) %>
      <% end %>
  <% end %>
  <%= pb_rails("body", props: { classname: "pb_form_pill_close" }) do %>
    <%= pb_rails("icon", props: { icon: 'times' , fixed_width: true }) %>
  <% end %>
<% end %>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
playbook_ui-14.1.0.pre.alpha.PBNTR455ganttchartPOC3569 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.1.0.pre.alpha.fixaction3547 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.1.0.pre.alpha.PA1477timestampkit3536 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.testthemeexport3533 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.updateviewcomponentgem3527 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063526 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063525 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063524 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063523 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063522 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063520 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY14923518 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY15063511 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PA1477timestampkit3509 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY14733507 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PA1477timestampkit3502 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PBNTR415starratingform3493 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PBNTR415starratingform3492 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY1475bumpaxecoredependency3483 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb
playbook_ui-14.0.0.pre.alpha.PLAY14733479 app/pb_kits/playbook/pb_form_pill/form_pill.html.erb