Sha256: ad1ca20e341f84c5bd89eaf37c6f6ed7cb4a669e7961863912edaad5c9a7b0d6

Contents?: true

Size: 464 Bytes

Versions: 42

Compression:

Stored size: 464 Bytes

Contents

- asset = effective_asset.asset
- asset.aws_acl = EffectiveAssets::AWS_PRIVATE if effective_asset.is_private?

- if asset.nil?
  %img{:src => '#'}
- elsif asset.image?
  = effective_asset_image_tag(asset, nil, :class => effective_asset.html_class)
- else
  %span.effective-assets-asset-link{data: {'content-type' => asset.content_type}}
    = effective_asset_link_to(asset, nil, :class => effective_asset.html_class, :title => effective_asset.link_title.presence)

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
effective_assets-1.12.2 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.12.1 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.12.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.5 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.4 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.3 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.2 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.1 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.11.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.10.1 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.10.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.14 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.13 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.12 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.11 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.10 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.9 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.8 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.7 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.9.6 app/views/effective/snippets/_effective_asset.html.haml