This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
1e56b3f476
gitlab-org--gitlab-foss
/
lib
/
gitlab
/
uploads_transfer.rb
8 lines
115 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix: Images cannot show when projects' path was changed
2015-10-06 10:09:03 -04:00
module
Gitlab
Rename pages namespace or project path when changed - Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
2015-12-18 06:40:34 -05:00
class
UploadsTransfer
<
ProjectTransfer
Fix: Images cannot show when projects' path was changed
2015-10-06 10:09:03 -04:00
def
root_dir
port of 594e6a0a625^..f74c90f68c6
2018-01-29 12:57:34 -05:00
FileUploader
.
root
Fix: Images cannot show when projects' path was changed
2015-10-06 10:09:03 -04:00
end
end
end
Copy permalink