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/news/edit.html.haml
2013-07-14 11:11:18 -04:00

8 lines
212 B
Plaintext

%h4.title= h(@course.full_name)
%h1.title Editar noticia
%p
= form_tag course_news_instance_url(@course, @news), :method => :put do
= render :partial => 'form'
= submit_tag 'Editar', :accesskey => 'e'