To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / news / _form.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (333 Bytes)

1 909:cbb26bc654de Chris
<%= f.error_messages %>
2 0:513646585e45 Chris
<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' %>