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/wiki/index.html.haml
2009-09-09 12:10:24 -03:00

17 lines
420 B
Plaintext

.cmd
= action_icon 'add', 'Adicionar', new_course_wiki_instance_url(@course), :accesskey => '+'
%h4.title= h(@course.full_name)
%h1.title Páginas Wiki
.box.div_news
- if !@course.wiki_pages.empty?
%ul
- @course.wiki_pages.find(:all, :order => 'title').each do |w|
%li= link_to(w.title, course_wiki_instance_url(@course, w))
- else
.box
%ul
%li.no_itens Nenhuma página wiki