8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
%h4.title= h(@course.full_name)
|
|
%h1.title Adicionar arquivo
|
|
|
|
%p
|
|
= form_for @attachment, :url => course_attachments_url, :html => { :method => 'post', :multipart => 'true' } do
|
|
= render :partial => 'form'
|
|
= submit_tag "Criar", :accesskey => 'e'
|