Skip to content

Commit

Permalink
hotfix: fix link to expand trip planner form
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 25, 2023
1 parent f7366ea commit f606f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="planner-location-box-location">
<strong>End here: </strong><%= Query.location_name(assigns[:query], :to) %>
</div>
<a class="btn btn-primary trip-planner-edit-btn" data-toggle="collapse" href="#planner-form">
<a class="btn btn-primary trip-planner-edit-btn" data-toggle="collapse" href="#plan">
Edit trip
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="planner-location-box-location">
<strong>End here: </strong><%= Query.location_name(assigns[:query], :to) %>
</div>
<a class="btn btn-primary trip-planner-edit-btn" data-toggle="collapse" href="#planner-form">
<a class="btn btn-primary trip-planner-edit-btn" data-toggle="collapse" href="#plan">
Edit trip
</a>
</div>
Expand Down

0 comments on commit f606f1d

Please sign in to comment.