Sha256: d2cede1eec3825ffa66b99492daf07322d3330399d747e6909de1aad034d42f9
Contents?: true
Size: 1.44 KB
Versions: 23
Compression:
Stored size: 1.44 KB
Contents
<% content_for :page_title do %> <h1>Shipit</h1> <% end %> <div class="banner banner--orange"> <div class="banner__inner wrapper"> <div class="banner__content"> <h2 class="banner__title">Oops! You're not ready to ship just yet.</h2> <p class="banner__text"> Shipit is missing some of the information it needs to work properly. Once you've added the configuration, make sure you restart the Rails server. </p> </div> </div> </div> <div class="wrapper"> <section> <header class="section-header"> <h2>GitHub App</h2> </header> <p id="github_app"> Config: <% if Rails.application.secrets.github.present? %> Success! <% else %> <span class="missing"> <%= missing_github_app_message %> </span> <% end %> </p> </section> <section> <header class="section-header"> <h2>Redis</h2> </header> <p id="redis_url"> Redis: <% if Shipit.redis_url.present? %> Success! <% else %> <span class="missing"> <%= missing_redis_url_message %> </span> <% end %> </p> </section> <section> <header class="section-header"> <h2>Host</h2> </header> <p id="host"> Host: <% if Shipit.host.present? %> Success! <% else %> <span class="missing"> <%= missing_host_message %> </span> <% end %> </p> </section> </div>
Version data entries
23 entries across 23 versions & 1 rubygems