-
- 下载
Merge branch 'quick-start-ci-route' into 'master'
Make "Get started with Builds" Help Page link work properly `help_page_path('ci/quick_start', 'README')` causes a link to `https://gitlab.com/help/ci%2Fquick_start/README` which in turn breaks every relative link on the page. This remedies the problem. That said, this is probably a horrible way of fixing this issue, *but* it does work. I can’t find much information on linking this deeply with Rails routes. If anyone has suggestions as to a better way of handling this, I'll gladly take them. I tried a few different things, but none of them really worked. Resolves #14872. cc: @axil @rspeicher @elstamey See merge request !3561
显示
- app/controllers/help_controller.rb 4 个添加, 6 个删除app/controllers/help_controller.rb
- app/helpers/search_helper.rb 9 个添加, 9 个删除app/helpers/search_helper.rb
- app/views/admin/appearances/_form.html.haml 1 个添加, 1 个删除app/views/admin/appearances/_form.html.haml
- app/views/admin/application_settings/_form.html.haml 3 个添加, 3 个删除app/views/admin/application_settings/_form.html.haml
- app/views/admin/deploy_keys/new.html.haml 1 个添加, 1 个删除app/views/admin/deploy_keys/new.html.haml
- app/views/admin/groups/show.html.haml 1 个添加, 1 个删除app/views/admin/groups/show.html.haml
- app/views/admin/hooks/index.html.haml 1 个添加, 1 个删除app/views/admin/hooks/index.html.haml
- app/views/admin/projects/show.html.haml 1 个添加, 1 个删除app/views/admin/projects/show.html.haml
- app/views/errors/access_denied.html.haml 1 个添加, 1 个删除app/views/errors/access_denied.html.haml
- app/views/groups/group_members/_new_group_member.html.haml 1 个添加, 1 个删除app/views/groups/group_members/_new_group_member.html.haml
- app/views/help/show.html.haml 1 个添加, 1 个删除app/views/help/show.html.haml
- app/views/help/ui.html.haml 1 个添加, 1 个删除app/views/help/ui.html.haml
- app/views/import/github/new.html.haml 1 个添加, 1 个删除app/views/import/github/new.html.haml
- app/views/profiles/keys/index.html.haml 1 个添加, 1 个删除app/views/profiles/keys/index.html.haml
- app/views/profiles/preferences/show.html.haml 2 个添加, 2 个删除app/views/profiles/preferences/show.html.haml
- app/views/profiles/two_factor_auths/show.html.haml 1 个添加, 1 个删除app/views/profiles/two_factor_auths/show.html.haml
- app/views/projects/_bitbucket_import_modal.html.haml 1 个添加, 1 个删除app/views/projects/_bitbucket_import_modal.html.haml
- app/views/projects/_builds_settings.html.haml 1 个添加, 1 个删除app/views/projects/_builds_settings.html.haml
- app/views/projects/_gitlab_import_modal.html.haml 1 个添加, 1 个删除app/views/projects/_gitlab_import_modal.html.haml
- app/views/projects/_merge_request_settings.html.haml 1 个添加, 1 个删除app/views/projects/_merge_request_settings.html.haml
加载中
想要评论请 注册 或 登录