Commit 2822861e authored by Stan Hu's avatar Stan Hu

Resolve conflict in app/helpers/application_settings_helper.rb

parent df179a2d
......@@ -97,11 +97,7 @@ module ApplicationSettingsHelper
def repository_storages_options_for_select(selected)
options = Gitlab.config.repositories.storages.map do |name, storage|
<<<<<<< HEAD
["#{name} - #{storage.legacy_disk_path}", name]
=======
["#{name} - #{storage['gitaly_address']}", name]
>>>>>>> upstream/master
end
options_for_select(options, selected)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment