Remove sidebox from assignment slide
Feedback from serveral users: open posts and state are not very useful on slide and should be removed.
This commit is contained in:
parent
77fdfd558f
commit
c363fff3ba
@ -1,15 +1,5 @@
|
|||||||
<div ng-controller="SlideAssignmentCtrl" class="content scrollcontent">
|
<div ng-controller="SlideAssignmentCtrl" class="content scrollcontent">
|
||||||
|
|
||||||
<div id="sidebox">
|
|
||||||
<!-- Phase -->
|
|
||||||
<h3 translate>State</h3>
|
|
||||||
{{ phases[assignment.phase].display_name | translate }}
|
|
||||||
|
|
||||||
<!-- Posts -->
|
|
||||||
<h3 translate>Posts</h3>
|
|
||||||
{{ assignment.open_posts }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>{{ assignment.agenda_item.getTitle() || assignment.title }}</h1>
|
<h1>{{ assignment.agenda_item.getTitle() || assignment.title }}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user