From 30c3ce86d5aa8ea42cd998ec80985af995c19ff4 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 28 Sep 2016 11:01:30 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E6=96=B0=E5=BB=BA=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=A1=B5=E9=9D=A2=E5=AE=BD=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/wiki/edit.html.erb | 10 +++++++--- app/views/wiki/show.html.erb | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index 17723f633..83b1d18ae 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -1,7 +1,7 @@ <%= wiki_page_breadcrumb(@page) %> -
+

Wiki

@@ -21,8 +21,8 @@
-
-

+

+

<%=text_area_tag 'content[text]', @text, :required => true, :id => 'editor02', :cols => 100, :rows => 25 %>

diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 4d100e9d7..995c44924 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -1,4 +1,4 @@ -
+

Wiki

@@ -94,5 +94,7 @@ } }); }; + + $("#RSide").css("width","730px");
\ No newline at end of file