mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23237 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d3d07db129
commit
101cb2aea9
@ -75,7 +75,7 @@ unless Rails.env.production?
|
||||
end
|
||||
|
||||
input_path = Rails.root.join("tmp", "icons", name)
|
||||
sprite_path = Rails.root.join('plugins', name, 'app', 'assets', 'images', 'icons.svg')
|
||||
sprite_path = Rails.root.join('plugins', name, 'assets', 'images', 'icons.svg')
|
||||
|
||||
generate_svg_sprite(input_path, sprite_path)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user