Sha256: c7f6dfca8455d9933fcb96796939a080e15be4da3c7da31f942a3d3be19c83ec

Contents?: true

Size: 838 Bytes

Versions: 6

Compression:

Stored size: 838 Bytes

Contents

<% add_decidim_page_title(t("decidim.offline.name")) %>

<main id="offline-fallback-html" class="text-center my-8">
  <div class="flex justify-center">
    <svg xmlns="http://www.w3.org/2000/svg" width="5rem" height="r5em" viewBox="0 0 25 25">
      <path
      d="m20.293 4-1.477 1.477A4.473 4.473 0 0 0 11.17 7.33 4.362 4.362 0 0 0 9.5 7a4.486 4.486 0 0 0-4.23 3.01 4.49 4.49 0 0 0 .042 8.971L4 20.293l.707.707L21 4.707zM19.99 8.21a3.936 3.936 0 0 0-.16-.92L8.12 19H18.5a5.497 5.497 0 0 0 1.49-10.79z"
      style="fill:#1a181d" />
    </svg>
  </div>
  <h1 class="h1"><%= t("decidim.offline.name") %></h1>
  <p class="text-lg mt-4"><%= t(".message_1") %></p>
  <p class="text-lg mt-4"><%= t(".message_2") %></p>
  <button class="button button__secondary button__lg mt-8" onclick="location.reload()"><%= t(".retry") %></button>
</main>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/offline/show.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/offline/show.html.erb
decidim-core-0.29.2 app/views/decidim/offline/show.html.erb
decidim-core-0.28.5 app/views/decidim/offline/show.html.erb
decidim-core-0.29.1 app/views/decidim/offline/show.html.erb
decidim-core-0.28.4 app/views/decidim/offline/show.html.erb