-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_when_where.html.erb
33 lines (33 loc) · 944 Bytes
/
_when_where.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<section id="welcome-index-when-where">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>When & Where</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 text-center">
<h2><%= link_to 'wedding.ics' do -%>
<%= render partial: 'calendar_svg' %>
<%- end %></h2>
<p>
<strong>12:30pm – late</strong><br>
<%= t :wedding_date %><br>
<br>
</p>
<p><%= link_to 'Add to Calendar', 'wedding.ics' %></p>
</div>
<div class="col-md-6 text-center">
<h2><%= link_to @google_maps_url do -%>
<%= render partial: 'map_marker_svg' %>
<%- end %></h2>
<p>
<%= render partial: 'wedding_address' %>
</p>
<p>
<%= link_to 'Google Maps', @google_maps_url %>
</p>
</div>
</div>
</div>
</section>