Sha256: 4735aace856d668f77dc538ee77e596eb14deb3afab619c63a93ddbb74c89243

Contents?: true

Size: 612 Bytes

Versions: 32

Compression:

Stored size: 612 Bytes

Contents

<div class="section-error-page" style="background-image: url(<%= section.background_image&.file&.url %>);">
  <div class="row">
    <div class="col">
      <div class="error-page__content">
        <h2 class="error-page__content__title"><%= section.errorCode %></h2>
        <p class="error-page__content__text"><%= markdown(section.text) if section.text.present? %></p>
        <% section.actionButton&.each do |button| %>
          <%= render_button(button, class: 'btn btn-outline-light') if button %>
        <% end %>
      </div><!--error-page__content-->
    </div><!--column-->
  </div><!--row-->
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.7.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.7.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.6.2 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.6.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.6.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.5.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.5.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.5.0.rc1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.4.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.4.0.rc3 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.4.0.rc2 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.3.2 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.4.0.rc1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.3.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.3.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.2.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.2.0 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.1.2 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.1.1 app/views/sections/_http_error.html.erb
wcc-contentful-app-1.1.0 app/views/sections/_http_error.html.erb