提交 714bb17a 编写于 作者: D Douglas Teoh

Remove unopened closing brace.

上级 404c1a32
......@@ -853,8 +853,7 @@ it look as follows:
```html+erb
<h1>Editing post</h1>
<%= form_for :post, url: post_path(@post.id) },
method: :patch do |f| %>
<%= form_for :post, url: post_path(@post.id), method: :patch do |f| %>
<% if @post.errors.any? %>
<div id="errorExplanation">
<h2><%= pluralize(@post.errors.count, "error") %> prohibited
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册