Removed ignore relative urls

Replaced play/stop images on Series Editor with Font-Awesome
This commit is contained in:
Mark McDowall
2012-10-28 12:15:56 -07:00
parent 5220de5c66
commit 57206b7cee
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -26,12 +26,12 @@
<td>
@if (Model.Status == "Ended")
{
<img src="../../Content/Images/stop.png" width="24" height="24" alt="Ended" title="Ended" />
<i class="icon-play" title="Ended"></i>
}
else
{
<img src="../../Content/Images/play.png" width="24" height="24" alt="Active" title="Continuing" />
<i class="icon-play" title="Continuing"></i>
}
</td>
}