@@ -1,8 +1,8 | |||
|
1 |
<%= error_messages |
|
|
1 | <%= f.error_messages %> | |
|
2 | 2 | <div class="box tabular"> |
|
3 | 3 | <p><%= f.text_field :title, :required => true, :size => 60 %></p> |
|
4 | 4 | <p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> |
|
5 | 5 | <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> |
|
6 | 6 | </div> |
|
7 | 7 | |
|
8 | 8 | <%= wikitoolbar_for 'news_description' %> |
General Comments 0
You need to be logged in to leave comments.
Login now