We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0029377 + 1754c06 commit 4a1931aCopy full SHA for 4a1931a
promgen/templates/promgen/project_detail_notifiers.html
@@ -9,12 +9,13 @@
9
<div class="panel panel-default">
10
{% include "promgen/notifier_block.html" with object=project show_edit=1 %}
11
</div>
12
-{% if project.service.notifiers.count %}
+<div>
13
+ {% if project.service.notifiers.count %}
14
<a class="btn btn-default btn-xs" role="button" data-toggle="collapse"
15
href="#show-service-senders" aria-expanded="false" aria-controls="collapseExample"
16
>
17
Show Service Notifiers ({{project.service.notifiers.count}})
18
</a>
19
{% include "promgen/notifier_block.html" with object=project.service collapse="show-service-senders" %}
-{% endif %}
20
+ {% endif %}
21
0 commit comments