Minor fixes
This commit is contained in:
@@ -33,5 +33,5 @@
|
||||
|
||||
%h3
|
||||
Outros Semestres
|
||||
%li= link_to "2008.2", period: '2008.2'
|
||||
%li= link_to "2008.1", period: '2008.1'
|
||||
- for period in Course.pluck_periods
|
||||
%li= link_to period.to_s, period: period
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
%h3= t(:repository)
|
||||
.repositorio
|
||||
= nested_attachments_to_html(attachments_to_nested_hash(@course.attachments.find_front_page))
|
||||
= raw nested_attachments_to_html(attachments_to_nested_hash(@course.attachments.find_front_page))
|
||||
- if @course.attachments.empty?
|
||||
%ul.wiki
|
||||
%li.no_itens= t(:no_attachments)
|
||||
|
||||
Reference in New Issue
Block a user