summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-12 13:09:10 +0200
committerhukl <contact@smyck.org>2009-09-12 13:09:10 +0200
commitfe551453149f302eabd3e484d7ef69413c596656 (patch)
treeee4ebc1402b377fed737869a7a658e80edc5416c /app/models
parente92172d3fd63241b6e96bfefb2e1b8ebc3474138 (diff)
Moved galery template and changed width of headline image thumbnail preset
Diffstat (limited to 'app/models')
-rw-r--r--app/models/asset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/asset.rb b/app/models/asset.rb
index fda2dc0..41823e7 100644
--- a/app/models/asset.rb
+++ b/app/models/asset.rb
@@ -7,7 +7,7 @@ class Asset < ActiveRecord::Base
7 :styles => { 7 :styles => {
8 :medium => "300x300", 8 :medium => "300x300",
9 :thumb => "100x100", 9 :thumb => "100x100",
10 :headline => "530x250#" 10 :headline => "460x250#"
11 } 11 }
12 ) 12 )
13 13