Sha256: 44858d714c4e13708fc6612a759e3410cc54b4b053aaae42fec31596e8a69f2a

Contents?: true

Size: 552 Bytes

Versions: 8

Compression:

Stored size: 552 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Decidim - Login</title>
    <%= render partial: "layouts/decidim/system/header" %>
  </head>

  <body class="text-black text-md form-defaults bg-gray-3 h-screen w-screen grid place-items-center">
    <%= render layout: "layouts/decidim/shared/layout_center" do %>

      <div class="space-y-8 my-10">
        <h1 class="h1 decorator"><%= t("decidim", scope: "decidim.system.titles") %></h1>
      </div>

      <%= render "decidim/system/shared/notices" %>

      <%= yield %>
    <% end %>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-system-0.28.5 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.4 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.3 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.2 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.1 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.0 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.0.rc5 app/views/layouts/decidim/system/login.html.erb
decidim-system-0.28.0.rc4 app/views/layouts/decidim/system/login.html.erb