Fix indentation on admin show page
This commit is contained in:
parent
81b963ddc8
commit
2dc6da87e5
1 changed files with 15 additions and 4 deletions
|
|
@ -32,6 +32,17 @@
|
||||||
- unless @conference.ended?
|
- unless @conference.ended?
|
||||||
= render 'todo_list',
|
= render 'todo_list',
|
||||||
conference_progress: @conference_todo_list, conference: @conference
|
conference_progress: @conference_todo_list, conference: @conference
|
||||||
|
- else
|
||||||
|
.list-group
|
||||||
|
.list-group-item
|
||||||
|
%h4
|
||||||
|
Conference Progress
|
||||||
|
.progress
|
||||||
|
.progress-bar{ role: 'progressbar', 'aria-valuenow': 100,
|
||||||
|
'aria-valuemin': 0, 'aria-valuemax': 100,
|
||||||
|
style: 'width: 100%;' }
|
||||||
|
Conference Complete!
|
||||||
|
|
||||||
.row#tickets
|
.row#tickets
|
||||||
.col-md-8
|
.col-md-8
|
||||||
= render 'line_chart',
|
= render 'line_chart',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue