adding admin link back to the admin email template
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Jul 2017 19:43:08 +0000 (15:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Jul 2017 19:43:08 +0000 (15:43 -0400)
views/front/events/ownerEmail.html

index 05a1e78..bfbd3d6 100644 (file)
@@ -43,7 +43,7 @@
            
         <div id="emailFooter">
             <p style="margin-bottom: 0px;">A new Event has been added to your Website from your &quot;Add Your Event&quot; page.</p>
-            <p style="margin-top: 0px;">To approve it, please go to the events page in your admin.</p>
+            <p style="margin-top: 0px;">To approve it, please go to the <a style="color: rgb(5, 104, 179);" href="{$pendingEvents}"> events </a> page in your admin.</p>
         </div>
     </body>
 </html>
\ No newline at end of file