Make open source
This commit is contained in:
11
app/views/welcome/_jumbo.html.erb
Normal file
11
app/views/welcome/_jumbo.html.erb
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user