Merge pull request #912 from warpc/908-change-container-path
[refs #908]: New look of path to container for MDV platforms: copy-past and connect without editing.
This commit is contained in:
commit
b621d60afe
|
@ -81,6 +81,7 @@ module BuildListsHelper
|
|||
p = ''
|
||||
p << "http://#{request.host_with_port}" if full_path
|
||||
p << "/downloads/#{@build_list.save_to_platform.name}/container/#{@build_list.id}"
|
||||
p << "/#{@build_list.arch.name}/#{@build_list.save_to_repository.name}/release" if @build_list.build_for_platform.distrib_type == 'mdv'
|
||||
p.html_safe
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue