Files
wedding/app/views/welcome/_jumbo.html.erb
John Lees-Miller 6e82ba528b Make open source
2018-10-27 16:46:26 +01:00

12 lines
386 B
Plaintext

<section id="welcome-index-leader" class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading"><%= t :wedding_couple_names %></h1>
<p class="leader-date">
<%= t :wedding_date %>, <%= t :wedding_location %>
</p>
<p>
<%= link_to 'RSVP TODAY!', new_guest_path, class: 'btn btn-primary wedding-cta-btn' %>
</p>
</div>
</section>