Index: trunk/grails-app/views/taskDetailed/show.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/show.gsp	(revision 729)
+++ trunk/grails-app/views/taskDetailed/show.gsp	(revision 730)
@@ -30,4 +30,7 @@
                     <g:if test="${taskInstance.approved}" >
                         <img  src="${resource(dir:'images/skin',file:'cog.png')}" alt="Approved" title="Approved" />
+                    </g:if>
+                    <g:if test="${taskRecurringScheduleInstance?.enabled}" >
+                        <img  src="${resource(dir:'images/skin',file:'arrow_refresh.png')}" alt="Recurrence Enabled" title="Recurrence Enabled" />
                     </g:if>
                     <g:if test="${taskInstance.taskStatus.id == 2}" >
