Description:
add more detail to hof
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r441:a3fff45b1b87 - - 1 file changed: 1 inserted, 1 deleted
@@ -1,12 +1,12 | |||
|
1 | 1 | :css |
|
2 | 2 | .hof_user { color: orangered; font-style: italic; } |
|
3 | 3 | .hof_language { color: green; font-style: italic; } |
|
4 | 4 | .hof_value { color: deeppink;font-style: italic; } |
|
5 | 5 | |
|
6 | - %h2 Overall | |
|
6 | + %h2 Overall of #{Problem.find(params[:id]).full_name} | |
|
7 | 7 | |
|
8 | 8 | - if @best |
|
9 | 9 | %b Best Runtime: |
|
10 | 10 | by #{link_to @best[:runtime][:user], controller:'users', action:'profile', id:@best[:memory][:user_id]} |
|
11 | 11 | using <span class="hof_language">#{@best[:runtime][:lang]}</span> |
|
12 | 12 | with <span class="hof_value">#{@best[:runtime][:value] * 1000} milliseconds</span> |
You need to be logged in to leave comments.
Login now