forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request freeCodeCamp#82 from FreeCodeCamp/courseware
Courseware
- Loading branch information
Showing
38 changed files
with
31,802 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ lib-cov | |
*.pid | ||
*.gz | ||
*.swp | ||
.floo | ||
.flooignore | ||
|
||
*.env | ||
pids | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ module.exports = { | |
}, | ||
|
||
getDoneWithFirst100Hours: function(req, res) { | ||
console.log(req.user.points) | ||
if (req.user.points >= 53) { | ||
res.render('contact/done-with-first-100-hours', { | ||
title: 'Congratulations on finishing the first 100 hours of Free Code Camp!' | ||
|
@@ -63,7 +62,7 @@ module.exports = { | |
to: '[email protected]', | ||
name: 'Completionist', | ||
from: req.body.email, | ||
subject: 'Code Camper at ' + req.body.email + ' has completed the first 100 hours', | ||
subject: 'Camper at ' + req.body.email + ' has completed the first 100 hours', | ||
text: '' | ||
}; | ||
|
||
|
Oops, something went wrong.