Merge pull request #3452 from FinnStutzenstein/Plugin

Added TemplateHooks for the protocol plugin.
This commit is contained in:
Norman Jäckel 2017-10-19 21:21:49 +02:00 committed by GitHub
commit d175e4a200
5 changed files with 8 additions and 0 deletions

View File

@ -276,3 +276,5 @@
<!-- Workaround to prevent page scrolling up after autoupdate. -->
<div style="height: 700px"><div>
</div>
<template-hook hook-name="assignmentDetailViewDetailContainer"></template-hook>

View File

@ -306,6 +306,7 @@
{{ tag.name }}<span ng-if="!$last">,</span>
</span>
</div>
<template-hook hook-name="assignmentListAdditionalContentColumn"></template-hook>
</small>
</div>

View File

@ -564,3 +564,5 @@
<!-- Personal note section -->
<ng-include src="'static/templates/motions/motion-detail/personal-note.html'" ng-if="operator.user"></ng-include>
<template-hook hook-name="motionDetailViewDetailContainer"></template-hook>

View File

@ -723,6 +723,7 @@
</span>
</div>
</div>
<template-hook hook-name="motionListAdditionalContentColumn"></template-hook>
</small>
</div>
<div style="width: 10%;" class="pull-right optional">

View File

@ -35,3 +35,5 @@
</a>
</ul>
</div>
<template-hook hook-name="topicDetailViewDetailContainer"></template-hook>