This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/courses/edit.html.haml
2008-03-02 16:04:34 -03:00

8 lines
168 B
Plaintext

%h4.title= App.title
%h1.title Editar disciplina
%p
- form_tag course_path(@course.id), :method => :put do
= render :partial => 'form'
= submit_tag 'Editar'