mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
Enable blind voting
This commit is contained in:
parent
8388385b51
commit
59eeb7edbd
17 changed files with 391 additions and 108 deletions
|
|
@ -4,7 +4,7 @@
|
|||
%h1 Program
|
||||
- if @program
|
||||
.row
|
||||
.col-md-8
|
||||
.col-md-12
|
||||
%dl.dl-horizontal
|
||||
- if @cfp
|
||||
%dt
|
||||
|
|
@ -49,11 +49,23 @@
|
|||
Yes
|
||||
- else
|
||||
No
|
||||
|
||||
%h3 Voting Options
|
||||
%hr
|
||||
%dt
|
||||
Rating Levels
|
||||
%dd#rating
|
||||
= @program.rating
|
||||
|
||||
%dt Blind Voting
|
||||
%dd#blind_voting
|
||||
= @program.blind_voting
|
||||
|
||||
%dt Voting Start Date
|
||||
%dd= format_datetime(@program.voting_start_date)
|
||||
|
||||
%dt Voting End Date
|
||||
%dd= format_datetime(@program.voting_end_date)
|
||||
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue