Sha256: ea52279684272f8f6e6bedd0e6f2561b11a42bc1adbe346d0f443cdcca0bbace
Contents?: true
Size: 865 Bytes
Versions: 8
Compression:
Stored size: 865 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 pull_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 too_many_commits?(params[:commits].to_i) %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems