提交 e7f533e3 编写于 作者: S Sagar Junnarkar

Link for "New Post" is added in Getting Started guide [ci skip]

- Earlier(line number 862) it is said to add <%= link_to 'New post', new_post_path %> on posts index page before table tag. But when posts index page html is shown, "New Post" link is missing.
So aaded "New Post" link in this commit
上级 5fdbec7d
......@@ -1268,6 +1268,7 @@ together.
```html+erb
<h1>Listing Posts</h1>
<%= link_to 'New post', new_post_path %>
<table>
<tr>
<th>Title</th>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册