Sha256: ec5e7f88f56c8f821d545205b2f720da2f1d969e634bccfb4692508ae23257e0
Contents?: true
Size: 407 Bytes
Versions: 9
Compression:
Stored size: 407 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= stylesheet_link_tag *(params[:stylesheets] || []).select { |url| url.start_with?('https://assets-cdn.github.com/', 'https://github.githubassets.com/') } %> <%= stylesheet_link_tag 'merge_status' %> </head> <body> <div class="merge-status-container" data-layout-content><%= yield %></div> <%= javascript_include_tag 'merge_status' %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems