summaryrefslogtreecommitdiff
path: root/app/components/pajamas/button_component.html.haml
blob: 8ce7d9e0315c1b5b9ab2efce76804b3d41183791 (plain)
1
2
3
4
5
6
7
8
= content_tag tag, {**@button_options, **base_attributes, class: button_class, href: @href, target: @target } do
  - if @loading
    = gl_loading_icon(inline: true, css_class: 'gl-button-icon gl-button-loading-indicator')
  - if @icon && (!@loading || content)
    = sprite_icon(@icon, css_class: "gl-icon gl-button-icon #{@icon_classes}")
  - if content
    %span.gl-button-text{ class: @button_text_classes }
      = content