Sha256: ea20445f0b9120f23ca628d3e058eccbc925e05f0f4b475794d31461a7c21a62
Contents?: true
Size: 567 Bytes
Versions: 21
Compression:
Stored size: 567 Bytes
Contents
%a{:id=>@id, :class=>['image', (attr :role)], :style=>((style = [("text-align: #{attr :align}" if attr? :align), ("float: #{attr :float}" if attr? :float)].compact * '; ').empty? ? nil : style)} - if attr? :link %a.image{:href=>(attr :link), :target=>'_blank'} %img{:src=>image_uri(attr :target), :alt=>(attr :alt), :width=>(attr :width), :height=>(attr :height)} - else %img{:src=>image_uri(attr :target), :alt=>(attr :alt), :width=>(attr :width), :height=>(attr :height)} - if title? .title="#{@caption}#{title}"
Version data entries
21 entries across 21 versions & 1 rubygems