test2
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-16 19:37:36 +02:00
parent a23f5d39e7
commit a69ba25df7
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<%= render partial: 'leader' %>
<%= render partial: 'rsvp_nav', locals: { active: 3 } %>
<h2>Confirm</h2>
<h2>Bestätigung</h2>
<%= form_with(model: @guest, url: complete_guest_path(@guest), local: true) do |form| %>
<div class="row">
@ -72,7 +72,7 @@
<div class="card-body">
<div class="row">
<div class="col-md-4">
Email
E-Mail
</div>
<div class="col-md-8">
<p><tt><%= @guest.email %></tt></p>

View File

@ -4,17 +4,17 @@
<%= render partial: 'guests/leader' %>
<%= render partial: 'guests/rsvp_nav', locals: { active: 2 } %>
<h2>PlusOneGäste</h2>
<h2>Deine Begleitung</h2>
<p>Bitte gib unten an, ob du jemanden zu deiner Begleitung mitbringst. Kinder sind ebenfalls herzlich willkommen.</p>
<p>&nbsp;</p>
<% if @plus_ones.any? %>
<%= render @plus_ones %>
<% else %>
<p>No plus ones added yet. Flying solo.</p>
<p>Keine Begleitung hinzugefügt. Du reist allein an.</p>
<% end %>
<p>
<%= link_to 'PlusOne hinzufügen', new_guest_plus_one_path(@guest), class: 'btn btn-primary', data: { disable_with: 'Lädt...' } %>
<%= link_to 'Begleitung hinzufügen', new_guest_plus_one_path(@guest), class: 'btn btn-primary', data: { disable_with: 'Lädt...' } %>
</p>
<p>&nbsp;</p>