Description:
temporary for logo voting
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r810:1a6d4224ffe7 - - 1 file changed: 4 inserted, 0 deleted

@@ -1,28 +1,32
1 - content_for :head do
1 - content_for :head do
2 = javascript_include_tag "announcement_refresh"
2 = javascript_include_tag "announcement_refresh"
3
3
4 = user_title_bar(@user)
4 = user_title_bar(@user)
5 + - if @user.section
6 + passcode for CP Unofficial Logo voting is
7 + %strong= @user.section
8 + %br
5
9
6 - if (GraderConfiguration.contest_mode?) and (@user.site!=nil) and (@user.site.started!=true)
10 - if (GraderConfiguration.contest_mode?) and (@user.site!=nil) and (@user.site.started!=true)
7 %p=t 'main.start_soon'
11 %p=t 'main.start_soon'
8
12
9 .row
13 .row
10 .col-md-7
14 .col-md-7
11 - if GraderConfiguration.show_submitbox_to?(@user)
15 - if GraderConfiguration.show_submitbox_to?(@user)
12 .panel.panel-primary
16 .panel.panel-primary
13 .panel-heading
17 .panel-heading
14 Submission
18 Submission
15 .panel-body
19 .panel-body
16 = render :partial => 'submission_box'
20 = render :partial => 'submission_box'
17 - if GraderConfiguration.show_tasks_to?(@user)
21 - if GraderConfiguration.show_tasks_to?(@user)
18 - if not GraderConfiguration.multicontests?
22 - if not GraderConfiguration.multicontests?
19 %table.table.table-striped.table-condensed
23 %table.table.table-striped.table-condensed
20 %thead
24 %thead
21 %tr
25 %tr
22 %th Task name
26 %th Task name
23 %th Full name
27 %th Full name
24 %th # of sub(s)
28 %th # of sub(s)
25 %th Results
29 %th Results
26 %th
30 %th
27 %tbody
31 %tbody
28 = render :partial => 'problem', :collection => @problems
32 = render :partial => 'problem', :collection => @problems
You need to be logged in to leave comments. Login now