提交 7438e2fa 编写于 作者: C Carlos Antonio da Silva

Fix another "error_explanation" css class in guides [ci skip]

上级 1238b5dc
<%= form_for @post do |f| %>
<% if @post.errors.any? %>
<div id="errorExplanation">
<div id="error_explanation">
<h2><%= pluralize(@post.errors.count, "error") %> prohibited
this post from being saved:</h2>
<ul>
......@@ -14,12 +14,12 @@
<%= f.label :title %><br>
<%= f.text_field :title %>
</p>
<p>
<%= f.label :text %><br>
<%= f.text_area :text %>
</p>
<p>
<%= f.submit %>
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册