# HG changeset patch # User jittat # Date 2008-05-04 16:17:26 # Node ID 2b085134ae494babb971b906f14b99b965251b5c # Parent f5b658d3d5ed96487bb56e42cc34a237e3b9ee27 git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@236 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/app/views/main/_announcement.html.haml b/app/views/main/_announcement.html.haml --- a/app/views/main/_announcement.html.haml +++ b/app/views/main/_announcement.html.haml @@ -1,4 +1,4 @@ .announcement = markdown(announcement.body) .pub-info - %p= "#{announcement.author} #{announcement.created_at}" + %p= "#{announcement.author}, #{announcement.created_at}" diff --git a/app/views/main/list.html.haml b/app/views/main/list.html.haml --- a/app/views/main/list.html.haml +++ b/app/views/main/list.html.haml @@ -23,4 +23,8 @@ %hr/ - +%p + %b Note: + We currently have problems synchronizing + the time stamps between grading machines. + You will see weird time stamps during the practice session.