-
- 下载
Merge branch '19847-running-icon' into 'master'
Add new CI status icons ## What does this MR do? Adds new CI status icons for every state ## What are the relevant issue numbers? Closes #19847 ## Screenshots (if relevant)  See merge request !5280
显示
- app/assets/stylesheets/pages/issues.scss 8 个添加, 0 个删除app/assets/stylesheets/pages/issues.scss
- app/assets/stylesheets/pages/merge_requests.scss 13 个添加, 1 个删除app/assets/stylesheets/pages/merge_requests.scss
- app/assets/stylesheets/pages/pipelines.scss 17 个添加, 0 个删除app/assets/stylesheets/pages/pipelines.scss
- app/assets/stylesheets/pages/projects.scss 5 个添加, 0 个删除app/assets/stylesheets/pages/projects.scss
- app/assets/stylesheets/pages/status.scss 8 个添加, 0 个删除app/assets/stylesheets/pages/status.scss
- app/helpers/ci_status_helper.rb 8 个添加, 6 个删除app/helpers/ci_status_helper.rb
- app/views/projects/ci/pipelines/_pipeline.html.haml 1 个添加, 1 个删除app/views/projects/ci/pipelines/_pipeline.html.haml
- app/views/shared/icons/_icon_status_cancel.svg 12 个添加, 0 个删除app/views/shared/icons/_icon_status_cancel.svg
- app/views/shared/icons/_icon_status_failed.svg 12 个添加, 0 个删除app/views/shared/icons/_icon_status_failed.svg
- app/views/shared/icons/_icon_status_pending.svg 13 个添加, 0 个删除app/views/shared/icons/_icon_status_pending.svg
- app/views/shared/icons/_icon_status_running.svg 12 个添加, 0 个删除app/views/shared/icons/_icon_status_running.svg
- app/views/shared/icons/_icon_status_success.svg 15 个添加, 0 个删除app/views/shared/icons/_icon_status_success.svg
- app/views/shared/icons/_icon_status_warning.svg 15 个添加, 0 个删除app/views/shared/icons/_icon_status_warning.svg
- spec/helpers/ci_status_helper_spec.rb 8 个添加, 2 个删除spec/helpers/ci_status_helper_spec.rb
加载中
想要评论请 注册 或 登录