diff --git a/src/OnePeek.WebConsole/Views/Search.cshtml b/src/OnePeek.WebConsole/Views/Search.cshtml index 4e22492..03d6267 100644 --- a/src/OnePeek.WebConsole/Views/Search.cshtml +++ b/src/OnePeek.WebConsole/Views/Search.cshtml @@ -6,7 +6,9 @@ @foreach (var result in Model.Results) {
- @result.Name + @result.Name + @result.Name
+ Rating: @result.Rating.AverageRating (out of @result.Rating.RatingCount)

}