Sha256: a1bfd6e53625a1e78c1c6dbdbdd5a22f1507e5a765ab8ccecb1be6330ae8ae4a

Contents?: true

Size: 974 Bytes

Versions: 57

Compression:

Stored size: 974 Bytes

Contents

<%= render 'menu' %>

<h2>Choose Image Size</h2>
<div id="image-choices">
  <div class="choice small" title="Small">
      <%= image_tag @asset.url('110x110', @asset.web_image_extension), :title => @asset.description, :alt => @asset.description,  'data-url' => @asset.url('800x600', @asset.web_image_extension), :id => "asset-#{@asset.id}", :class => "fancy" %>  
  </div>
  <div class="choice medium" title="Medium">
      <%= image_tag @asset.url('200x200', @asset.web_image_extension), :title => @asset.description, :alt => @asset.description, 'data-url' => @asset.url('800x600', @asset.web_image_extension), :id => "asset-#{@asset.id}", :class => "fancy" %>  
  </div>
  <div class="choice large" title="Large">
      <%= image_tag @asset.url('460x', @asset.web_image_extension), :title => @asset.description, :alt => @asset.description, 'data-url' => @asset.url('800x600', @asset.web_image_extension), :id => "asset-#{@asset.id}", :class => "fancy" %>  
  </div>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.14 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.13 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.12 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.11 app/views/assets/_image_choice.html.erb
noodall-ui-0.4.11 app/views/assets/_image_choice.html.erb
noodall-ui-0.4.10 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.10 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.9 app/views/assets/_image_choice.html.erb
noodall-ui-0.4.9 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.8 app/views/assets/_image_choice.html.erb
noodall-ui-0.4.8 app/views/assets/_image_choice.html.erb
noodall-ui-0.4.7 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.7 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.6 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.5 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.4 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.3 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.2 app/views/assets/_image_choice.html.erb
noodall-ui-0.5.1 app/views/assets/_image_choice.html.erb