Match count badges
This commit is contained in:
@@ -8,5 +8,9 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
@Html.ActionLink("Match", "Match", new {id = Model.FuelLogId}, new {@class = "btn btn-warning btn-mini", target = "_blank"})
|
||||
@Html.ActionLink("Match", "Match", new {id = Model.FuelLogId},
|
||||
new {@class = "btn btn-warning btn-mini",
|
||||
target="_blank",
|
||||
matchcount=Url.Action("AvailableMatchCount", "FuelLog", new {id = Model.FuelLogId})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user