Skip to content

Commit

Permalink
Merge pull request #379 from rickselby-servers/bike-booking
Browse files Browse the repository at this point in the history
Bike booking update
  • Loading branch information
rickselby authored Sep 18, 2024
2 parents f081443 + 2dad5a4 commit 0fd1f92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions views/_bike.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
<p><%= blurb %></p>
<% end %>
<% p data %>
<% data.each do |bike_data| %>
<% p bike_data %>
<% if bike_data[:title] %>
<h3><%= bike_data[:title] %></h3>
<% bike_data.delete :title %>
Expand All @@ -30,7 +27,11 @@
<%== erb :_rental_price_list, locals: { prices: } %>
<div class="d-grid gap-2">
<a href="https://form.jotform.com/232906110109344" class="btn btn-primary">
Book Now
Book Now 2024
</a>

<a href="https://form.jotform.com/242604763949366" class="btn btn-primary">
Book Now 2025
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion views/_rental_price_list.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<table class="table text-end table-striped">
<thead>
<tr>
<th>Day</th>
<th>Days</th>
<th>€ / day</th>
<th>Hire Price</th>
</tr>
Expand Down

0 comments on commit 0fd1f92

Please sign in to comment.