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/events/edit.html.haml
2008-03-02 16:04:34 -03:00

8 lines
185 B
Plaintext

%h4.title= h(@course.full_name)
%h1.title Editar evento
%p
- form_tag course_event_url(@course, @event), :method => :put do
= render :partial => 'form'
= submit_tag 'Editar'