We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda48d4 commit 1d932e4Copy full SHA for 1d932e4
grails-app/views/admin/index.gsp
@@ -67,12 +67,14 @@
67
</ul>
68
</div>
69
70
- <div class="panel-heading">
71
- <h3>Alerts for News and Blogs</h3>
72
- <ul>
73
- <li class="controller"><a href="${request.contextPath}/admin/previewBlogAlerts">Preview alerts for the five most recent blogs</a></li>
74
- </ul>
75
- </div>
+ <g:if test="${grailsApplication.config.getProperty('useBlogsAlerts', Boolean, true)}">
+ <div class="panel-heading">
+ <h3>Alerts for News and Blogs</h3>
+ <ul>
+ <li class="controller"><a href="${request.contextPath}/admin/previewBlogAlerts">Preview alerts for the five most recent blogs</a></li>
+ </ul>
76
+ </div>
77
+ </g:if>
78
79
<div class="panel-heading">
80
<h3>Application Management </h3>
0 commit comments