Ordem correta

This commit is contained in:
2009-09-06 20:34:35 -03:00
parent c2ac38da0c
commit c168bb62df
4 changed files with 8 additions and 5 deletions

View File

@@ -15,9 +15,9 @@
.date
= tz(entry.created_at).strftime("%H:%M")
%img.avatar{:src => gravatar_url_for(entry.user.email, 27)}
= "Disciplina " + link_to(h(entry.course.full_name), course_url(entry.course))
%br
=link_to truncate(h(entry.user.display_name), :length => 20), user_url(entry.user.id)
= render(:partial => 'log/log_entry', :locals => { :entry => entry })
%br
= "Disciplina " + link_to(h(entry.course.full_name), course_url(entry.course))
= will_paginate @log_entries