This project is archived. Its data is read-only.
10.1.1 的一些 bug
注册表页面 500 错误 =================== log 如下 ``` ActionView::Template::Error (The line was indented 2 levels deeper than the previous line.): 22: .panel.panel-default 23: .panel-heading 24: %h4.panel-title 25: = s_('ContainerRegistry|How to use the Container Registry') 26: .panel-body 27: %p 28: - link_token = link_to(_('personal access token'), help_page_path('user/profile/account/two_factor_authentication', anchor: 'personal-access-tokens'), target: '_blank') app/views/projects/registry/repositories/index.html.haml:25:in `_app_views_projects_registry_repositories_index_html_haml__781748904418304360_70053372100020' app/controllers/projects/registry/repositories_controller.rb:10:in `index' lib/gitlab/i18n.rb:47:in `with_locale' lib/gitlab/i18n.rb:53:in `with_user_locale' app/controllers/application_controller.rb:337:in `set_locale' lib/gitlab/middleware/multipart.rb:93:in `call' lib/gitlab/request_profiler/middleware.rb:14:in `call' lib/gitlab/middleware/go.rb:17:in `call' lib/gitlab/etag_caching/middleware.rb:11:in `call' lib/gitlab/middleware/read_only.rb:30:in `call' lib/gitlab/request_context.rb:18:in `call' lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call' ```
issue