Initial import
This commit is contained in:
6
app/views/news/new.html.haml
Normal file
6
app/views/news/new.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
%h4.title= @course.full_name
|
||||
%h1.title Adicionar evento
|
||||
|
||||
- form_tag course_news_url(@course, @news), :method => :post do
|
||||
= render :partial => 'form'
|
||||
= submit_tag "Enviar"
|
||||
Reference in New Issue
Block a user