mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
10 lines
259 B
Scheme
10 lines
259 B
Scheme
|
<p>$Message</p>
|
||
|
|
||
|
<ul id="TaskList">
|
||
|
<% control Tasks %>
|
||
|
<li class="$EvenOdd">
|
||
|
<a href="admin/show/$ID">$Title</a>
|
||
|
<div class="extra">assigned to $AssignedTo.FirstName $AssignedTo.Surname.Initial $LastEdited.Ago</div>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|