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.
16 lines
425 B
16 lines
425 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
|
|
%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' })
|