noodall-ui 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +1,14 @@
|
|
1
1
|
<%= render 'menu' %>
|
2
|
-
<h2>Choose Image Size</h2>
|
3
2
|
|
3
|
+
<h2>Choose Image Size</h2>
|
4
4
|
<div id="image-choices">
|
5
|
-
|
6
5
|
<div class="choice small" title="Small">
|
7
|
-
|
6
|
+
<%= 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" %>
|
8
7
|
</div>
|
9
|
-
|
10
8
|
<div class="choice medium" title="Medium">
|
11
|
-
|
9
|
+
<%= 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" %>
|
12
10
|
</div>
|
13
|
-
|
14
11
|
<div class="choice large" title="Large">
|
15
|
-
|
12
|
+
<%= 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" %>
|
16
13
|
</div>
|
17
|
-
</div>
|
14
|
+
</div>
|
data/lib/noodall/ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: noodall-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steve England
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-02-
|
18
|
+
date: 2011-02-24 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|