Initial import

This commit is contained in:
2008-03-02 16:04:34 -03:00
commit 5e4951fa47
798 changed files with 59730 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
= error_messages_for 'news'
%dl
%dt
%label{:for => "news_title"} Título
%dd= text_field 'news', 'title'
%dt
%label{:for => "news_body"} Descrição
%dd= preserve(text_area('news', 'body'))