Sha256: 6fe61a25a9b80037a9b90fc427c908f72c806875be1f569e4c5d843cbbafe158
Contents?: true
Size: 565 Bytes
Versions: 215
Compression:
Stored size: 565 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname) 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, classname: "pb_fixed_confirmation_toast_text" }) %> <% end %> <%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer" }) if object.closeable %> <% end %>
Version data entries
215 entries across 215 versions & 1 rubygems