mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Font-Awesomed Missing and History
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user