Sha256: a084f7727c6341b66194100d0c8ff8ad9b5f31cdf3296c85574be29dc1b8cdbc
Contents?: true
Size: 697 Bytes
Versions: 230
Compression:
Stored size: 697 Bytes
Contents
<%= content_tag(object.tag, object.tag == "button" ? object.options : object.link_options) do %> <% if object.icon && !object.icon_right %> <span> <%= pb_rails("icon", props: { icon: "#{icon}", fixed_width: true, margin_right: "xs" }) %> </span> <% end %> <%= pb_rails("icon", props: { icon: "spinner", pulse: true, fixed_width: true, classname: "loading-icon" }) %> <span class="pb_button_content"><%= content.presence || object.text %></span> <% if object.icon && object.icon_right %> <span> <%= pb_rails("icon", props: { icon: "#{icon}", fixed_width: true, margin_left: "xs" }) %> </span> <% end %> <% end %>
Version data entries
230 entries across 230 versions & 1 rubygems