From 5592aadbbf84807571d8398e5ae131667c422b94 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 21 Oct 2014 10:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DMicros=E7=89=88=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E8=B4=B4=E5=90=A7=E5=92=8Cwiki=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E7=BC=96=E8=BE=91=E6=A0=B7=E5=BC=8F=E7=9A=84?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/forums/_form.html.erb | 2 +- app/views/wiki/edit.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/forums/_form.html.erb b/app/views/forums/_form.html.erb index 0db5a0f70..556238732 100644 --- a/app/views/forums/_form.html.erb +++ b/app/views/forums/_form.html.erb @@ -18,7 +18,7 @@ <%= f.text_field :name, :required => true, :style => 'width: 100%;', :class => 'create-share' %>
- +

<%= f.text_area :description, :required => true, :id => 'editor01' %>

diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index ba82865ad..30e8b73ae 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -1,6 +1,6 @@ <%= wiki_page_breadcrumb(@page) %> - +

<%= h @page.pretty_title %>

<%= form_for @content, :as => :content,