Skip to content
Snippets Groups Projects

BE: Allow customers to extend or reactivate their trial on gitlab.com [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Qingyu Zhao requested to merge 290278-allow-extend-or-reactivate-trial-on-gitlab-com into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
%tr.build-state.responsive-table-border-start
%tr.build-state.responsive-table-border-start
%td.responsive-table-cell.ci-status-icon-failed{ data: { column: _('Status')} }
%td.responsive-table-cell.ci-status-icon-failed{ data: { column: _('Status')} }
.d-none.d-md-block.build-icon
.d-none.d-md-block.build-icon
= custom_icon("icon_status_#{build.status}")
= sprite_icon("status_#{build.status}")
.d-md-none.build-badge
.d-md-none.build-badge
= render "ci/status/badge", link: false, status: job.detailed_status(current_user)
= render "ci/status/badge", link: false, status: job.detailed_status(current_user)
%td.responsive-table-cell.build-name{ data: { column: _('Name')} }
%td.responsive-table-cell.build-name{ data: { column: _('Name')} }
Loading