Formatting

This commit is contained in:
2015-09-06 12:27:18 -04:00
parent d08274aa5c
commit fcb86dcf37
7 changed files with 56 additions and 41 deletions

View File

@@ -17,8 +17,8 @@
.right
= action_icon('subtract', 'Desmatricular-se', unenroll_course_url(course))
= link_to h(course.full_name), course_url(course)
- else
- @courses = Course.visible.where(period: @period)
- else
- @courses = Course.visible.where(period: @period)
-# cache(courses_path) do
- old_grade = 0

View File

@@ -34,3 +34,7 @@ h1, h2, h3, h4, h5, th {
.specialDay {
color: <%= color[1] %>;
}
.pagination a:hover {
border: 1px solid <%= color[1] %> !important;
}

View File

@@ -18,7 +18,7 @@
%th Data
%th Usuário
%th Descrição
- @wiki_page.versions.reverse.each do |entry|
- @wiki_page.versions.order("version desc").each do |entry|
%tr
%td.narrow
%input{:type => "radio", :name => "to", :value => entry.version, :onclick => "history_to(#{entry.version})"}