adding view link to the admin events list page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 19 Oct 2016 14:33:14 +0000 (10:33 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 19 Oct 2016 14:34:21 +0000 (10:34 -0400)
views/admin/events/list.html

index ccf0fa8..568781d 100644 (file)
@@ -66,6 +66,7 @@
                     <th>Status</th>
                     <th>First Date</th>
                     <th>Last Date</th>
+                    <th></th>
                 </tr>
             </thead>
             <tbody>
                     <td>
                         {$e.lastDate}
                     </td>
+                    <td>
+                        <a href="{$siteBaseUrl}event-detail/{$e.name_slug}/" target="_blank">View Event</a>
+                    </td>
                 </tr>
         {/foreach}
     {else}