Style sign in page a bit

This commit is contained in:
Charlotte Van Petegem 2025-05-23 16:47:13 +02:00
parent 7656f2a277
commit 32557190bd
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 31 additions and 5 deletions

View file

@ -1,5 +1,9 @@
<%= form_with url: sessions_path, method: :post do |form| %>
<%= form.label :token, "Token" %>
<%= form.password_field :token %>
<%= form.submit "Start exam" %>
<% end %>
<section class="login-intro">
<h1>Inburgeringsexamen Gent</h1>
<p>Hier komt een langere tekst met wat uitleg.</p>
<%= form_with url: sessions_path, method: :post do |form| %>
<%= form.label :token, "Geef hier je persoonlijke token in:" %>
<%= form.password_field :token %>
<%= form.submit "Start examen" %>
<% end %>
</section>