7 lines
183 B
Plaintext
7 lines
183 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 "Adicionar", :accesskey => 'e'
|