Font-Awesomed Missing and History

This commit is contained in:
Mark McDowall
2012-10-10 19:59:35 -07:00
parent f643c5e3fb
commit 665e4b9fbf
5 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -55,8 +55,8 @@
return source["AirDate"];
}
function actions (row) {
var link = '@Ajax.ImageActionLink("../../Content/Images/Search.png", new { title = "Search for Episode", alt = "Search", @class = "gridAction" }, "Search", "Episode", new { episodeId = "REPLACE" }, null, null)';
function actions(row) {
var link = '@Ajax.IconActionLink("icon-search gridAction", "", "Search", "Episode", new { EpisodeId = "REPLACE" }, null, new { title = "Search for episode" })';
link = link.replace("REPLACE", row.aData["EpisodeId"]);
return link;
}