_form.html.erb
8 lines
| 333 B
| text/plain
|
TextLexer
|
r7783 | <%= f.error_messages %> | ||
|
r739 | <div class="box tabular"> | ||
|
r19 | <p><%= f.text_field :title, :required => true, :size => 60 %></p> | ||
<p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> | ||||
|
r326 | <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> | ||
|
r42 | </div> | ||
|
r545 | <%= wikitoolbar_for 'news_description' %> | ||