remove references to codepen from codebase

This commit is contained in:
Michael Q Larson
2015-03-29 15:14:13 -07:00
parent 4405defb0f
commit 9fe8bf2fbf
2 changed files with 0 additions and 13 deletions

View File

@ -300,10 +300,6 @@ var userSchema = new mongoose.Schema({
type: String, type: String,
default: '' default: ''
}, },
coderbyteProfile: {
type: String,
default: ''
},
codepenProfile: { codepenProfile: {
type: String, type: String,
default: '' default: ''

View File

@ -134,15 +134,6 @@ block content
span.ion-close-circled span.ion-close-circled
| Please enter a valid URL format (http://www.example.com). | Please enter a valid URL format (http://www.example.com).
.form-group
label.col-sm-3.col-sm-offset-2.control-label(for='email') CoderByte
.col-sm-4
input.form-control(type='url', name='coderbyteProfile', id='coderbyteProfile', autocomplete="off", ng-model='user.profile.coderbyteProfile', placeholder='http://')
.col-sm-4.col-sm-offset-5(ng-cloak, ng-show="profileForm.coderbyteProfile.$error.url && !profileForm.coderbyteProfile.$pristine")
alert(type='danger')
span.ion-close-circled
| Please enter a valid URL format (http://www.example.com).
.form-group .form-group
label.col-sm-3.col-sm-offset-2.control-label(for='email') LinkedIn label.col-sm-3.col-sm-offset-2.control-label(for='email') LinkedIn
.col-sm-4 .col-sm-4