Files
wedding/app/views/plus_ones/edit.html.erb
Rene 2de9c36040
Some checks failed
CI / build (push) Has been cancelled
translation 1
2025-09-16 19:25:44 +02:00

12 lines
343 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<%= render partial: 'guests/leader' %>
<%= render partial: 'guests/rsvp_nav', locals: { active: 2 } %>
<h2>PlusOne bearbeiten</h2>
<%= render partial: 'form', locals: { submit_action: 'Save Plus One' } %>
</div>
</div>
</div>