Skip to content

Commit

Permalink
Merge pull request #96 from W3NDO/develop-pw/seeds
Browse files Browse the repository at this point in the history
Develop pw/seeds
  • Loading branch information
JudahSan authored Oct 21, 2024
2 parents 4368e61 + b8404c4 commit d190b79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodejs 20.9.0
ruby 3.0.2
6 changes: 6 additions & 0 deletions app/views/countries/_created_country.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div id="<%= dom_id country %>">
<p>
<strong>Name:</strong>
<%= country.name %>
</p>
</div>

0 comments on commit d190b79

Please sign in to comment.