@ -1,5 +1,5 @@
|
||||
<div id="guests-leader" class="jumbotron text-center">
|
||||
<div class="container">
|
||||
<h1>Teilnahmebestätigung (RSVP)</h1>
|
||||
<h1>Teilnahme (RSVP)</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,14 +5,14 @@
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<% if active >= 2 %>
|
||||
<%= link_to '2. Plus Ones', guest_plus_ones_path(@guest), class: ['nav-link', active == 2 ? 'active' : ''] %>
|
||||
<%= link_to '2. Begleitung', guest_plus_ones_path(@guest), class: ['nav-link', active == 2 ? 'active' : ''] %>
|
||||
<% else %>
|
||||
<a class="nav-link <%= active == 2 ? 'active' : '' %>">2. Begleitung</a>
|
||||
<% end %>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<% if active >= 3 %>
|
||||
<%= link_to '3. Confirm', confirm_guest_path(@guest), class: ['nav-link', active == 3 ? 'active' : ''] %>
|
||||
<%= link_to '3. Bestätigung', confirm_guest_path(@guest), class: ['nav-link', active == 3 ? 'active' : ''] %>
|
||||
<% else %>
|
||||
<a class="nav-link <%= active == 3 ? 'active' : '' %>">3. Bestätigung</a>
|
||||
<% end %>
|
||||
|
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-right">
|
||||
<%= link_to 'Edit', guest_path(@guest), class: 'card-link', data: { disable_with: 'Loading...' } %>
|
||||
<%= link_to 'Bearbeiten', guest_path(@guest), class: 'card-link', data: { disable_with: 'Loading...' } %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user