提交 3e8c4bc6 编写于 作者: J Jason Noble

Added new line to make it more readable

* This shows the reader there is a method: and 
  data: parameters
上级 a22fc4ab
......@@ -1123,7 +1123,8 @@ together.
<td><%= post.text %></td>
<td><%= link_to 'Show', action: :show, id: post.id %></td>
<td><%= link_to 'Edit', action: :edit, id: post.id %></td>
<td><%= link_to 'Destroy', { action: :destroy, id: post.id }, method: :delete, data: { confirm: 'Are you sure?' } %></td>
<td><%= link_to 'Destroy', { action: :destroy, id: post.id },
method: :delete, data: { confirm: 'Are you sure?' } %></td>
</tr>
<% end %>
</table>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册