This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/news/new.html.haml

7 lines
161 B
Plaintext

%h4.title= @course.full_name
%h1.title Adicionar notícia
- form_tag course_news_url, :method => :post do
= render :partial => 'form'
= submit_tag "Enviar"