You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
377 B
16 lines
377 B
.cmd
|
|
= action_icon 'add', 'Adicionar', new_course_attachment_url(@course), :accesskey => '+'
|
|
|
|
%h4.title= h(@course.full_name)
|
|
%h1.title Repositório de Arquivos
|
|
|
|
.box.repositorio
|
|
- if !@course.attachments.empty?
|
|
%ul
|
|
= raw nested_attachments_to_html(attachments_to_nested_hash(@course.attachments))
|
|
|
|
- else
|
|
.box
|
|
%ul
|
|
%li.no_itens Nenhum arquivo
|