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

Version Path
hyla-1.0.9 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.9.pre.3 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.9.pre.2 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.9.pre.1 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.8 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.9 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.8 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.7 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.6 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.5 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.3 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.2 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.7.pre.1 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.6 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.5 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.5.pre.1 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.4 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.3 lib/resources/backends/haml/revealjs/block_image.html.haml
hyla-1.0.2 lib/resources/backends/haml/revealjs/block_image.html.haml