Sha256: de739b451f88650a4a764dd03329ee7f4e2f451190bca5da49d6647d17b1c9ab

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

<%= render 'menu' %>
<h2>Choose Image Size</h2>

<div id="image-choices">

  <div class="choice small" title="Small">
    <%= link_to image_tag( @asset.url('110x110', @asset.web_image_extension), :alt => @asset.description, :id => "asset-#{@asset.id}" ), @asset.url('800x600', @asset.web_image_extension), :class => 'lightbox', :title => @asset.title %>
  </div>

  <div class="choice medium" title="Medium">
    <%= link_to image_tag( @asset.url('220x220', @asset.web_image_extension), :alt => @asset.description, :id => "asset-#{@asset.id}" ), @asset.url('800x600', @asset.web_image_extension), :class => 'lightbox', :title => @asset.title %>
  </div>

  <div class="choice large" title="Large">
    <%= link_to image_tag( @asset.url('460x', @asset.web_image_extension), :alt => @asset.description, :id => "asset-#{@asset.id}" ), @asset.url('800x600', @asset.web_image_extension), :class => 'lightbox', :title => @asset.title %>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-ui-0.2.0 app/views/assets/_image_choice.html.erb