You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
558 B
20 lines
558 B
= error_messages_for 'wiki_page'
|
|
|
|
%dl
|
|
%dt
|
|
%label{:for => 'wiki_page_title'} Título
|
|
%dd= text_field 'wiki_page', 'title'
|
|
|
|
%dt
|
|
%label{:for =>'wiki_page_content'}
|
|
Conteúdo
|
|
= markup_enabled_field
|
|
%dd= preserve(text_area('wiki_page', 'content'))
|
|
|
|
- unless @wiki_page.new_record?
|
|
%dt
|
|
%label{:for => 'wiki_page_description'} Descrição das alterações
|
|
%dd= text_field('wiki_page', 'description', { :size => '80' })
|
|
|
|
%dt= check_box('wiki_page', 'front_page') + " Exibir página wiki na página inicial do curso"
|