Skip to content

Commit

Permalink
Merge pull request #21 from msosav/feature/ruta-frase-pokenea
Browse files Browse the repository at this point in the history
Feature/ruta frase pokenea
  • Loading branch information
EsteTruji authored Nov 6, 2023
2 parents 1fae65a + 3984cd7 commit e873acf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/partials/navbar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
<div class="navbar-nav ms-auto">
<a class="nav-link active nav-text" href="/">Home</a>
<div class="vr bg-white mx-2 d-none d-lg-block"></div>
<a class="nav-link active nav-text" href="/api/">PokeJson</a>
<a class="nav-link active nav-text" href="/pokeneas/show">PokeCards</a>
<a class="nav-link active nav-text" href="/api/">PokeJson</a>
<a class="nav-link active nav-text" href="/api/raw">PokeJson (raw)</a>

</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/views/pokeneas/show_card.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<h3>Here's the quote...</h3>
&nbsp;
<h3><div><p><i>"<%= quote %>"</i></p></div></h3>
&nbsp;
<b>Docker container: </b><%= docker_container %>.
</td>
</tr>
</table>
Expand Down

0 comments on commit e873acf

Please sign in to comment.