Implement page navigation

This commit is contained in:
swaggboi 2022-08-03 20:29:41 -04:00
parent d2d4fcb6bd
commit 9f1c9f6061
2 changed files with 5 additions and 1 deletions

View File

@ -25,5 +25,4 @@ Run the tests locally (against development environment)
## TODOs
1. Moar tests...
1. Page navigation
1. Do something with submitted form data

View File

@ -5,6 +5,11 @@
</head>
<body>
<h1>Post::Text</h1>
<nav>
<%= link_to View => 'view' %>
<%= link_to New => 'post' %>
</nav>
<hr>
<%= content =%>
</body>
</html>