Commit 2db09ada72d7c27e494c73da35f09915659a24cd

Authored by Nihad Abbasov
1 parent be364d10

extend assets path with jquery-ui images, so rails can find them

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/application.rb
@@ -44,5 +44,8 @@ module Gitlab @@ -44,5 +44,8 @@ module Gitlab
44 44
45 # Version of your assets, change this if you want to expire all your assets 45 # Version of your assets, change this if you want to expire all your assets
46 config.assets.version = '1.0' 46 config.assets.version = '1.0'
  47 +
  48 + # Extend assets path
  49 + config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui')
47 end 50 end
48 end 51 end