Implement page navigation
This commit is contained in:
parent
d2d4fcb6bd
commit
9f1c9f6061
|
@ -25,5 +25,4 @@ Run the tests locally (against development environment)
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
1. Moar tests...
|
1. Moar tests...
|
||||||
1. Page navigation
|
|
||||||
1. Do something with submitted form data
|
1. Do something with submitted form data
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Post::Text</h1>
|
<h1>Post::Text</h1>
|
||||||
|
<nav>
|
||||||
|
<%= link_to View => 'view' %>
|
||||||
|
<%= link_to New => 'post' %>
|
||||||
|
</nav>
|
||||||
|
<hr>
|
||||||
<%= content =%>
|
<%= content =%>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user