Sha256: 46d9ddb5f2a5501deb6bec028858de3cdeea84b49ce7175eca12d9cf76886959

Contents?: true

Size: 432 Bytes

Versions: 4

Compression:

Stored size: 432 Bytes

Contents

- if @turbo_frame.present?
  <turbo-frame id="#{@turbo_frame}" src="#{@src}" loading="#{@loading}">

.card{ class: @background }
  .card-header{ class: @header_background }
    %h3.card-title= @title
    - if header_tools?
      .card-tools
        = header_tools
  .card-body
    = content
  -# .card-footer
  - if @src.present?
    .overlay.dark
      %i.fas.fa-sync-alt.fa-spin.fa-lg

- if @turbo_frame.present?
  </turbo-frame>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2.42 app/components/olivander/components/portlet_component.html.haml
five-two-nw-olivander-0.1.2.41 app/components/olivander/components/portlet_component.html.haml
five-two-nw-olivander-0.1.2.40 app/components/olivander/components/portlet_component.html.haml
five-two-nw-olivander-0.1.2.39 app/components/olivander/components/portlet_component.html.haml