From 2db09ada72d7c27e494c73da35f09915659a24cd Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Thu, 27 Oct 2011 16:14:46 +0500 Subject: [PATCH] extend assets path with jquery-ui images, so rails can find them --- config/application.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/application.rb b/config/application.rb index 9a4fd4e45..3481c6d61 100644 --- a/config/application.rb +++ b/config/application.rb @@ -44,5 +44,8 @@ module Gitlab # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' + + # Extend assets path + config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui') end end -- 2.11.0