Sha256: ede5b4b7cc4701ab5241a5a6d017d71cba1308f62d80a529d692edc61b35cd3b

Contents?: true

Size: 571 Bytes

Versions: 71

Compression:

Stored size: 571 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <%= render partial: 'layouts/partials/head' %>

  <body class="<%= theme %> Adp-landing <%= @homepage && 'Adp-homepage' %>" data-push-state-root="<%= canonical_path %>">
    <%= render partial: 'layouts/partials/header' %>
    <div class="wrapper wrapper--tint">
      <%= render partial: 'layouts/partials/notices' %>

      <div id='hello'>
        <jwt-generator></jwt-generator>
      </div>
      <%= yield %>
    </div>
    <% if @homepage %>
      <%= render partial: 'layouts/partials/footer' %>
    <% end %>
  </body>
</html>

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
station-0.4.6 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.5 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.4 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.3 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.2 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.1 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.4.0 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.3.2 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.3.1 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.3.0 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.6 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.5 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.4 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.3 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.2 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.1 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.2.0 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.1.8 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.1.7 lib/nexmo_developer/app/views/layouts/landing.html.erb
station-0.1.6 lib/nexmo_developer/app/views/layouts/landing.html.erb