Sha256: 6d9d8811751c19d1861c10b41410c585434fd99a38271a62f951071f691e9683

Contents?: true

Size: 528 Bytes

Versions: 29

Compression:

Stored size: 528 Bytes

Contents

button.inline-flex.items-center.justify-center.rounded-full.focus:outline-none.focus:ring-2.focus:ring-offset-2.focus:ring-primary-500 aria-expanded="false" aria-haspopup="true" type="button" class=options[:class] style="background-color: #{background_color}"
  - if photo&.attached?
    img class="rounded-full" src=photo_url alt=name class=options[:class]
  - elsif gravatar?
    img class="rounded-full" src=gravatar_url alt=name class=options[:class]
  - else
    span.text-sm.font-medium.leading-none.text-white = initials

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
satis-2.1.20 app/components/satis/avatar/component.html.slim
satis-2.1.19 app/components/satis/avatar/component.html.slim
satis-2.1.18 app/components/satis/avatar/component.html.slim
satis-2.1.11 app/components/satis/avatar/component.html.slim
satis-2.1.10 app/components/satis/avatar/component.html.slim
satis-2.1.9 app/components/satis/avatar/component.html.slim
satis-2.1.8 app/components/satis/avatar/component.html.slim
satis-2.1.6 app/components/satis/avatar/component.html.slim
satis-2.1.5 app/components/satis/avatar/component.html.slim