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/new.html.haml

8 lines
182 B
Plaintext

%h4.title= @course.full_name
%h1.title Adicionar evento
%p
- form_tag course_events_url(@course), :method => :post do
= render :partial => 'form'
= submit_tag "Adicionar"