Interface

This commit is contained in:
2008-03-06 20:08:01 -03:00
parent 304a41f610
commit 8671d2350b
4 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
%h3= (course.period == 99 ? "Optativas" : "Semestre #{course.period}")
- old_period = course.period
%li
%li{highlight(course.id)}
.right
= action_icon('add', 'Matricular-se', enroll_course_url(course))
= link_to h(course.full_name), course_url(course)