Sha256: f33a1d588c05a5510c29ad07ac2fe8b0305777ce142ac5443d897b67c8edb48c

Contents?: true

Size: 838 Bytes

Versions: 8

Compression:

Stored size: 838 Bytes

Contents

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

<main id="offline-fallback-html" class="text-center mt-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

8 entries across 8 versions & 1 rubygems

Version Path
decidim-core-0.29.0 app/views/decidim/offline/show.html.erb
decidim-core-0.28.3 app/views/decidim/offline/show.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/offline/show.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/offline/show.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/offline/show.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/offline/show.html.erb
decidim-core-0.28.2 app/views/decidim/offline/show.html.erb
decidim-core-0.28.1 app/views/decidim/offline/show.html.erb