Sha256: 97c01063af35bbc3f1dcaa1a8ba2c2d5a145ca3c42730de298c5d38894464e90

Contents?: true

Size: 372 Bytes

Versions: 19

Compression:

Stored size: 372 Bytes

Contents

- asset = effective_asset.asset
- asset.aws_acl = 'authenticated-read' 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
  = effective_asset_link_to(asset, nil, :class => effective_asset.html_class, :title => effective_asset.link_title.presence)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
effective_assets-1.5.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.9 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.8 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.7 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.6 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.5 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.4 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.3 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.2 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.1 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.4.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.3.2 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.3.1 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.3.0 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.2.5 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.2.4 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.2.3 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.2.2 app/views/effective/snippets/_effective_asset.html.haml
effective_assets-1.2.0 app/views/effective/snippets/_effective_asset.html.haml