Sha256: 4af6d55ef3eca34c20f15c39875c666806c0699d73e76d8942fc77c98f5c09b7

Contents?: true

Size: 572 Bytes

Versions: 17

Compression:

Stored size: 572 Bytes

Contents

<%= render layout: "layouts/decidim/shared/layout_center" do %>

  <div class="place-self-center">
    <div class="flex justify-center">
      <h1 class="title-decorator my-12"><%= t("title", scope: "decidim.errors.not_found") %></h1>
    </div>

    <div class="text-center space-y-8">
      <p class="text-lg text-gray-2">
        <%= t("content_doesnt_exist", scope: "decidim.errors.not_found") %>
      </p>

      <%= link_to t("back_home", scope: "decidim.errors.not_found"), root_path, class: "button button__lg button__secondary" %>
    </div>
  </div>

<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/errors/not_found.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.2 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.5 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.1 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.4 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.0 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.3 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/errors/not_found.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.2 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.1 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.0 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/errors/not_found.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/errors/not_found.html.erb