Sha256: 9116fe6cbe13454802d11e0816be96071f1402483e08d95c32dfd3bdd8973523
Contents?: true
Size: 878 Bytes
Versions: 8
Compression:
Stored size: 878 Bytes
Contents
<div class="branch-action-item js-details-container" <% if queue_enabled? %>data-queue-enabled<% end %> data-merge-status="<%= stack_status %>"> <%= render 'merge_queue_button' if queue_enabled? %> <div class="branch-action-item-icon completeness-indicator"> <%= render 'anchor', color: '#d73a49' %> </div> <h4 class="status-heading text-red"> <% if merge_request.waiting? %> Will be merged shortly after the CI is fixed! <% else %> Please hold off merging! <% if queue_enabled? %> Add it to the merge queue instead. <% end %> <% end %> </h4> <span class="status-meta"> <%= link_to @stack.to_param, stack_url(@stack), target: '_blank', rel: 'noopener' %> <strong>master branch is failing!</strong> </span> <%= render 'commit_count_warning' if display_commit_count_warning?(params[:commits].to_i) %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems