update field guide flash message

pull/846/head
Quincy Larson 2015-06-05 00:15:38 -07:00
parent bd400c2aef
commit b606450aec
1 changed files with 3 additions and 4 deletions

View File

@ -79,10 +79,9 @@ exports.returnNextFieldGuide = function(req, res, next) {
if (req.user.completedFieldGuides.length > 0) {
req.flash('success', {
msg: [
"You've read all our current Field Guide entries. You can ",
'contribute to our Field Guide ',
"<a href='https://github.com/FreeCodeCamp/freecodecamp/blob/",
"staging/seed_data/field-guides.json'>here</a>."
"You've read all our current Field Guide entries. If you have ",
'ideas for other Field Guide articles, please let us know on ',
"<a href='https://github.com/freecodecamp/freecodecamp/issues/new?&body=Please describe your idea for a Field Guide article and include links if possible.'>GitHub</a>."
].join('')
});
}