Merge pull request #2841 from flanagan/remove-summary

Removed recommendation motion summary on slide.
This commit is contained in:
Norman Jäckel 2017-01-13 21:32:50 +01:00 committed by GitHub
commit d22dff2743
2 changed files with 1 additions and 1 deletions

View File

@ -24,3 +24,4 @@ Authors of OpenSlides in chronological order of first contribution:
Joel Macht <joel.macht@web.de>
Finn Stutzenstein <finn.stutzenstein@hotmail.de>
Thomas Junk <lilith2k3@archlinux.us>
Meinert Leinigen <openslides@leinigen.cc>

View File

@ -91,7 +91,6 @@
<!-- Diff View -->
<div ng-if="mode == 'diff'">
<ng-include src="'static/templates/motions/motion-detail/change-summary.html'"></ng-include>
<!-- The actual diff view -->
<div class="motion-text-with-diffs line-numbers-{{ config('motions_default_line_numbering') }}">
<div ng-repeat="change in (changes = (change_recommendations | orderBy: 'line_from')) ">