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

Ash/master #99

Open
wants to merge 5 commits into
base: ash/master
Choose a base branch
from
Open

Conversation

annaleeherrera
Copy link

Wave 3 complete. I would like to have added a navigation bar. The only way to get to /people is to type it in the browser.

<% @person.tasks.each do |task| %>
<li>
<%= task.name %> <br>
<% if task.date_completed == nil %>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is preferred to use the .nil? method as opposed to check for equivalence to nil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants