Implement page navigation
This commit is contained in:
parent
d2d4fcb6bd
commit
9f1c9f6061
|
@ -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
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Post::Text</h1>
|
||||
<nav>
|
||||
<%= link_to View => 'view' %>
|
||||
<%= link_to New => 'post' %>
|
||||
</nav>
|
||||
<hr>
|
||||
<%= content =%>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue