Description:
(hack) add current time
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@29 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r9:fe5f286efaf9 - - 1 file changed: 1 inserted, 0 deleted
@@ -1,13 +1,14 | |||
|
1 | 1 | <h1>Hello <%=h @user.full_name %></h1> |
|
2 | + (<%= Time.new %>) | |
|
2 | 3 | |
|
3 | 4 | <div class="usermenu"> |
|
4 | 5 | <%= user_options %> |
|
5 | 6 | </div> |
|
6 | 7 | |
|
7 | 8 | <div class="submitbox"> |
|
8 | 9 | <% form_tag({:action => 'submit'}, :multipart => true) do %> |
|
9 | 10 | Problem: <%= select 'submission', 'problem_id', |
|
10 | 11 | [['Specified in header','-1']] + |
|
11 | 12 | @problems.collect {|p| [p.full_name, p.id]}, |
|
12 | 13 | :selected => '-1' %> |
|
13 | 14 | File: <%= file_field_tag 'file' %> |
You need to be logged in to leave comments.
Login now