Skip to content

Commit

Permalink
spinner data uri
Browse files Browse the repository at this point in the history
  • Loading branch information
lachie committed Aug 14, 2010
1 parent 8f6eff3 commit bb9044c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/whereuat.rb
Expand Up @@ -29,7 +29,6 @@ def gem_root
@gem_root ||= Pathname('../..').expand_path(__FILE__)
end


include Assets
end
end
4 changes: 4 additions & 0 deletions lib/whereuat/assets/context.rb
Expand Up @@ -5,6 +5,10 @@ def bg_url
Image.new(images_root+'uat-bg.png')
end

def spinner_url
Image.new(images_root+'spinner.gif')
end

def images_root
@images_root ||= Whereuat.dev_root+'images'
end
Expand Down

0 comments on commit bb9044c

Please sign in to comment.