Initial import
This commit is contained in:
7
app/views/attachments/edit.html.haml
Normal file
7
app/views/attachments/edit.html.haml
Normal file
@@ -0,0 +1,7 @@
|
||||
%h4.title= h(@course.full_name)
|
||||
%h1.title Modificar arquivo
|
||||
|
||||
%p
|
||||
- form_for :attachment, @attachment, :url => course_attachment_url, :html => { :method => 'put', :multipart => 'true' } do
|
||||
= render :partial => 'form'
|
||||
= submit_tag 'Editar'
|
||||
Reference in New Issue
Block a user