diff --git a/app/views/wiki/edit.rhtml b/app/views/wiki/edit.rhtml index 9de0077..9caf965 100644 --- a/app/views/wiki/edit.rhtml +++ b/app/views/wiki/edit.rhtml @@ -6,7 +6,12 @@ <% form_for :content, @content, :url => {:action => 'edit', :page => @page.title}, :html => {:id => 'wiki_form'} do |f| %> <%= error_messages_for 'content' %> -
<%= f.text_area :text, :cols => 100, :rows => 25, :style => "width:99%;" %>
+<%= f.text_area :text, :cols => 100, :rows => 25, :style => "width:99.5%;" %>
<%= f.text_field :comment, :size => 120 %>
<%= submit_tag l(:button_save) %>
<%= link_to_remote l(:label_preview),
diff --git a/config/help.yml b/config/help.yml
index eb1c38c..e67019d 100644
--- a/config/help.yml
+++ b/config/help.yml
@@ -73,4 +73,6 @@ pages:
account:
index: ch03.html
lost_password: ch03s03.html
- register: ch03s04.html
\ No newline at end of file
+ register: ch03s04.html
+ wiki:
+ syntax: wiki_syntax.html
\ No newline at end of file
diff --git a/public/images/jstoolbar/bt_heading.png b/public/images/jstoolbar/bt_heading.png
new file mode 100644
index 0000000000000000000000000000000000000000..a143f23a7aa4afb87cf3f96b0533b2e11e5aea2b
GIT binary patch
literal 415
zc%17D@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjyy%N`m66d1S#FEVXJcW?V+*F2?
z%v?PMLqmn!#G+yaBLf3-1w$h%V>2rgGX-q}Lj!}t>8refI@wD+eO=kFGjnqrD?XQe
zm Font Styles Lists Titles Links
+
+
+
+
+
+*Strong* Strong
+_Italic_ Italic
++Underline+ Underline
+-Deleted- Deleted
+??Quote?? Quote
+@Code@ Code
+
+* Item 1
* Item 2
+# Item 1
# Item 2
+
+h2. Title 2 Title 2
+
+[[Wiki page]] Wiki page
+Issue #12 Issue #12 Revision r43 Revision r43