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

This commit is contained in:
2025-09-16 19:55:15 +02:00
parent b2f2f032a4
commit 1945c45a41
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div id="welcome-index-footer-cta" class="col-md-12 text-center"> <div id="welcome-index-footer-cta" class="col-md-12 text-center">
<%= link_to 'JETZT ANMELDEN!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %> <%= link_to 'JETZT ANTWORTEN!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %>
</div> </div>
</div> </div>
<div class="row"> <div class="row">

View File

@ -5,7 +5,7 @@
<%= t :wedding_date %>, <%= t :wedding_location %> <%= t :wedding_date %>, <%= t :wedding_location %>
</p> </p>
<p> <p>
<%= link_to 'JETZT ANMELDEN!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %> <%= link_to 'JETZT ANTWORTEN!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %>
</p> </p>
</div> </div>
</section> </section>