From b5d7fbb9a3ad788b511d3c5feb7b976819da7229 Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Fri, 21 Nov 2014 05:27:38 +0000 Subject: [PATCH] Removed approved row --- README.template.md | 4 ++-- gulpfile.coffee | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.template.md b/README.template.md index e7f29f8..3065a6a 100644 --- a/README.template.md +++ b/README.template.md @@ -17,5 +17,5 @@ If your application is not approved yet, correct your team row, click on the twe SUPPORT YOUR FAVORITE TEAM BY CLICKING THE TWEET LINK! GOOD LUCK TO ALL TEAMS! LET'S HAVE SOME FUN :) -| #TeamNameTeam | Team Lead | Team Members | Team Page | Approved? | -|---------------|-----------|--------------|-----------|-----------| +| #TeamNameTeam | Team Lead | Team Members | Team Page | +|---------------|-----------|--------------|-----------| diff --git a/gulpfile.coffee b/gulpfile.coffee index edb1ba2..d3f0088 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -86,10 +86,6 @@ format_json = (data, filepath) -> else teamName = teamPathName output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |" - # Fifth column, Approved - # Faking for now - output += " |\n" - # Return the final output output