Merge pull request #3046 from CatoTH/Projector-Diff-View-Line-Numbers

Bugfix for missing line numbers in diff view in the projector
This commit is contained in:
Norman Jäckel 2017-03-05 20:23:35 +01:00 committed by GitHub
commit 0ca8fa57ed

View File

@ -98,10 +98,8 @@
<div class="motion-text original-text line-numbers-{{ config('motions_default_line_numbering') }}"
ng-bind-html="motion.getTextBetweenChangeRecommendations(null, changes[$index - 1], change, line) | trusted">
</div>
<div class="diff-box diff-box-{{ change.id }} clearfix">
<div class="motion-text motion-text-diff line-numbers-{{ lineNumberMode }}"
ng-bind-html="change.getDiff(motion, null, line) | trusted">
</div>
<div class="diff-box diff-box-{{ change.id }} clearfix motion-text motion-text-diff line-numbers-{{ config('motions_default_line_numbering') }}">
<div ng-bind-html="change.getDiff(motion, null, line) | trusted"></div>
</div>
</div>
<div class="motion-text original-text line-numbers-{{ config('motions_default_line_numbering') }}"