Mercurial > hg > soundsoftware-site
comparison app/views/news/_form.rhtml @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <%= error_messages_for 'news' %> | |
2 <div class="box tabular"> | |
3 <p><%= f.text_field :title, :required => true, :size => 60 %></p> | |
4 <p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> | |
5 <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> | |
6 </div> | |
7 | |
8 <%= wikitoolbar_for 'news_description' %> |