Skip to content

Commit

Permalink
Merge pull request #396 from VigneshDevHub/test
Browse files Browse the repository at this point in the history
Merging changes from test to main
  • Loading branch information
Vignesh025 authored Nov 7, 2024
2 parents 72a9730 + 64c3767 commit ba7c4c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Questions or need suggestions?
url: https://github.com/VigneshDevHub/CampX/discussions/new?category=q-a
about: You can create a Q&A discussion and ask for clarifications
1 change: 1 addition & 0 deletions views/campgrounds/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div class="card-body">
<h5 class="card-title"><%= campground.title %></h5>
<p class="card-text"><%= campground.description %></p>
<p class="card-text">&#8377; <%= campground.price %></p>
<p class="card-text">
<small id="infolocation"><%= campground.city %>, <%= campground.location %></small>
</p>
Expand Down
3 changes: 3 additions & 0 deletions views/campgrounds/show.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<p class="card-text description">
<%= campground.description %>
</p>
<p class="card-text">
&#8377; <%= campground.price %>
</p>
</div>

<p class="" id="showlocation">
Expand Down

0 comments on commit ba7c4c9

Please sign in to comment.