Files
wedding/app/views/welcome/_footer.html.erb
Rene 1945c45a41
Some checks failed
CI / build (push) Has been cancelled
test6
2025-09-16 19:55:15 +02:00

15 lines
492 B
Plaintext

<footer id="welcome-index-footer" class="page-footer">
<div class="container-fluid">
<div class="row">
<div id="welcome-index-footer-cta" class="col-md-12 text-center">
<%= link_to 'JETZT ANTWORTEN!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center" id="welcome-index-footer-credits">
<small><% t :photo_credits %></small>
</div>
</div>
</div>
</footer>