Sha256: 56750de437a3a3f9992d9e10f44e1ca2558f323d112de618a265a9463b700412
Contents?: true
Size: 498 Bytes
Versions: 537
Compression:
Stored size: 498 Bytes
Contents
<%= pb_content_tag do %> <%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true }) %> <% if content %> <%= content %> <% elsif object.show_text? %> <%= pb_rails("title", props: { text: object.text, size: 4, flex: "1", classname: "pb_fixed_confirmation_toast_text" }) %> <% end %> <%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer", fixed_width: true }) if object.closeable %> <% end %>
Version data entries
537 entries across 537 versions & 1 rubygems