Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Battlefinalproject_pull #167

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update reviews.ejs
kboyd783 authored Dec 10, 2022
commit 99c8a8ff8268e58f19145bb5ce56c6dcaa2a675f
4 changes: 2 additions & 2 deletions views/reviews.ejs
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@
<div class="tile is-ancestor">
<div class="tile is-parent">
<% if(review.doc.sentiment === 'positive') {%>
<article class="tile is-child box notification is-primary">
<% } else if(review.doc.sentiment === 'negative') {%>
<article class="tile is-child box notification is-warning">
<% } else if(review.doc.sentiment === 'negative') {%>
<article class="tile is-child box notification is-primary">
<% } else { %>
<article class="tile is-child box">
<% } %>