Added TemplateHooks for the protocol plugin.
This commit is contained in:
parent
20cf124e9e
commit
9c657016e3
@ -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>
|
||||
|
@ -306,6 +306,7 @@
|
||||
{{ tag.name }}<span ng-if="!$last">,</span>
|
||||
</span>
|
||||
</div>
|
||||
<template-hook hook-name="assignmentListAdditionalContentColumn"></template-hook>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -721,6 +721,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<template-hook hook-name="motionListAdditionalContentColumn"></template-hook>
|
||||
</small>
|
||||
</div>
|
||||
<div style="width: 10%;" class="pull-right optional">
|
||||
|
@ -35,3 +35,5 @@
|
||||
</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<template-hook hook-name="topicDetailViewDetailContainer"></template-hook>
|
||||
|
Loading…
Reference in New Issue
Block a user