Formatting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -34,3 +34,7 @@ h1, h2, h3, h4, h5, th {
|
||||
.specialDay {
|
||||
color: <%= color[1] %>;
|
||||
}
|
||||
|
||||
.pagination a:hover {
|
||||
border: 1px solid <%= color[1] %> !important;
|
||||
}
|
||||
|
||||
@@ -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})"}
|
||||
|
||||
Reference in New Issue
Block a user