Sha256: 5bc18d5e456d73789ae201413545cef5615a567332fef34e67dedc90b0fd0049
Contents?: true
Size: 605 Bytes
Versions: 21
Compression:
Stored size: 605 Bytes
Contents
%div{:id=>@id, :class=>['imageblock', @style, role, ('slide' if option? :step)], :style=>((css_style = [("text-align: #{attr :align}" if attr? :align), ("float: #{attr :float}" if attr? :float)].compact * '; ').empty? ? nil : css_style)} .content - if attr? :link %a.image{:href=>(attr :link)} %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=captioned_title
Version data entries
21 entries across 21 versions & 1 rubygems