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

8 lines
193 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'