Sha256: cca371f3fe73df94dd1dc93d4efc21118fa65ce22f299c7abc20b691e22a254b

Contents?: true

Size: 397 Bytes

Versions: 33

Compression:

Stored size: 397 Bytes

Contents

<!--
Provides a short hand way of displaying images.  All attributes supported by `image_tag` are supported.

### Usage

    <image src="hobo.png"/> -> <img src="/images/hobo.png"/>
    <image src="blog/funny.jpg" alt="Funny Scene"/> -> <img src="/images/blog/funny.jpg" alt="Funny Scene"/>
-->
<def tag="image" attrs="src"><%=
  image_tag(src, Hash[deunderscore_attributes(attributes)])
%></def>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hobo_rapid-2.0.0.pre6 taglibs/html/image.dryml
hobo_rapid-2.0.0.pre5 taglibs/html/image.dryml
hobo_rapid-2.0.0.pre4 taglibs/html/image.dryml
hobo_rapid-2.0.0.pre3 taglibs/html/image.dryml
hobo_rapid-2.0.0.pre2 taglibs/html/image.dryml
hobo_rapid-2.0.0.pre1 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre8 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre7 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre6 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre5 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre4 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre3 taglibs/html/image.dryml
hobo_rapid-1.4.0.pre2 taglibs/html/image.dryml