Description:
temporary for logo voting
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r810:1a6d4224ffe7 - - 1 file changed: 4 inserted, 0 deleted
@@ -1,16 +1,20 | |||
|
1 | 1 | - content_for :head do |
|
2 | 2 | = javascript_include_tag "announcement_refresh" |
|
3 | 3 | |
|
4 | 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 | 10 | - if (GraderConfiguration.contest_mode?) and (@user.site!=nil) and (@user.site.started!=true) |
|
7 | 11 | %p=t 'main.start_soon' |
|
8 | 12 | |
|
9 | 13 | .row |
|
10 | 14 | .col-md-7 |
|
11 | 15 | - if GraderConfiguration.show_submitbox_to?(@user) |
|
12 | 16 | .panel.panel-primary |
|
13 | 17 | .panel-heading |
|
14 | 18 | Submission |
|
15 | 19 | .panel-body |
|
16 | 20 | = render :partial => 'submission_box' |
You need to be logged in to leave comments.
Login now