Merge pull request #2841 from flanagan/remove-summary
Removed recommendation motion summary on slide.
This commit is contained in:
commit
d22dff2743
1
AUTHORS
1
AUTHORS
@ -24,3 +24,4 @@ Authors of OpenSlides in chronological order of first contribution:
|
|||||||
Joel Macht <joel.macht@web.de>
|
Joel Macht <joel.macht@web.de>
|
||||||
Finn Stutzenstein <finn.stutzenstein@hotmail.de>
|
Finn Stutzenstein <finn.stutzenstein@hotmail.de>
|
||||||
Thomas Junk <lilith2k3@archlinux.us>
|
Thomas Junk <lilith2k3@archlinux.us>
|
||||||
|
Meinert Leinigen <openslides@leinigen.cc>
|
||||||
|
@ -91,7 +91,6 @@
|
|||||||
|
|
||||||
<!-- Diff View -->
|
<!-- Diff View -->
|
||||||
<div ng-if="mode == 'diff'">
|
<div ng-if="mode == 'diff'">
|
||||||
<ng-include src="'static/templates/motions/motion-detail/change-summary.html'"></ng-include>
|
|
||||||
<!-- The actual diff view -->
|
<!-- The actual diff view -->
|
||||||
<div class="motion-text-with-diffs line-numbers-{{ config('motions_default_line_numbering') }}">
|
<div class="motion-text-with-diffs line-numbers-{{ config('motions_default_line_numbering') }}">
|
||||||
<div ng-repeat="change in (changes = (change_recommendations | orderBy: 'line_from')) ">
|
<div ng-repeat="change in (changes = (change_recommendations | orderBy: 'line_from')) ">
|
||||||
|
Loading…
Reference in New Issue
Block a user