summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-11 14:22:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-11 14:22:53 +0000
commitdae2d4686e721e494c17e2cc8066e07a2291562c (patch)
tree759ac80ea6e6a21b495fdaa8d9895b166eff5d13 /app/views/issues/show.rhtml
parentfc3ee67b1f3eee644df0de10c44c36251cd3adea (diff)
downloadredmine-dae2d4686e721e494c17e2cc8066e07a2291562c.tar.gz
redmine-dae2d4686e721e494c17e2cc8066e07a2291562c.zip
width of all wiki content textareas set to 99.5%
git-svn-id: http://redmine.rubyforge.org/svn/trunk@329 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r--app/views/issues/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 5acc02bcb..442c30abe 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -104,7 +104,7 @@ end %>
<h3><%= l(:label_add_note) %></h3>
<% form_tag ({:controller => 'issues', :action => 'add_note', :id => @issue}, :class => "tabular" ) do %>
<p><label for="notes"><%=l(:field_notes)%></label>
- <%= text_area_tag 'notes', '', :cols => 60, :rows => 10 %></p>
+ <%= text_area_tag 'notes', '', :cols => 60, :rows => 10, :class => 'wiki-edit' %></p>
<%= submit_tag l(:button_add) %>
<% end %>
</div>