Added TemplateHooks for the protocol plugin.

This commit is contained in:
FinnStutzenstein 2017-09-26 13:37:16 +02:00
parent 20cf124e9e
commit 9c657016e3
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

@ -563,3 +563,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

@ -721,6 +721,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>