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