Skip to content

Commit

Permalink
updated top rated books to eliminate the rating
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanurban committed Oct 28, 2022
1 parent 14b57c1 commit 73c074b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ClubIndex/src/main/webapp/WEB-INF/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<th>Cover</th>
<th>Title</th>
<th>Author</th>
<th>Rating</th>
</tr>
<c:forEach var="tr" items="${toprated}">
<tr>
Expand All @@ -54,9 +53,7 @@
<c:forEach var="a" items="${tr.authors}">
<td>${a.firstName} ${a.lastName}</td>
</c:forEach>
<c:forEach var="r" items="${tr.reviews}">
<td>${r.rating}</td>
</c:forEach>

</tr>
</c:forEach>
</table>
Expand Down

0 comments on commit 73c074b

Please sign in to comment.