Files
wedding/app/views/welcome/_footer.html.erb
Rene Kaßeboehmer 7bd5436ba4
Some checks failed
CI / build (push) Has been cancelled
functional first commit
2025-09-13 18:53:43 +01:00

15 lines
491 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 ANMELDEN!', 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>