Sha256: 712f8eee088c86563b2b0931a6713b7a0c90cc3ef083e932378b2e7c7efd1840

Contents?: true

Size: 367 Bytes

Versions: 12

Compression:

Stored size: 367 Bytes

Contents

.tn-tc-image{class: piece.stretch_to_fill? ? 'stretch' : ''}
  - if piece.image.present?
    - if piece.link_url.blank?
      = image_tag(piece.image.url(:_medium))
    - else
      = link_to image_tag(piece.image.url(:_medium)), piece.link_url, target: '_'
  - else
    = image_tag('tenon/thumb-doc.png')
- if piece.show_caption
  .tn-tc-caption
    = piece.caption

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tenon-1.0.56 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.55 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.54 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.53 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.52 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.51 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.50 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.49 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.48 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.47 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.46 app/views/tenon/tenon_content/piece_types/display/_image.html.haml
tenon-1.0.45 app/views/tenon/tenon_content/piece_types/display/_image.html.haml