Show More
Commit Description:
[web] fix nil problem in various place, some styling...
Commit Description:
[web] fix nil problem in various place, some styling git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@259 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/site/prompt.html.haml | 22 lines | 517 B | text/x-haml | HamlLexer |
%h2
Contest Administration for site:
= "#{@site.name}, #{@site.country.name}"
Current time at the server is
= "#{format_short_time(Time.new.gmtime)} UTC"
(please
= link_to 'refresh', :action => 'index'
to update)
%br/
%br/
- form_tag :action => 'start' do
When you're ready, you can click the button below to start the contest.
%br/
Please make sure that the contestants are ready.
After the contest is started, it <b>cannot</b> be paused or stopped.
%br/
= submit_tag 'Start the Contest.'