2014-07-17 20:16:32 -04:00
|
|
|
ContributeClassView = require './ContributeClassView'
|
2014-01-06 00:56:32 -05:00
|
|
|
template = require 'templates/contribute/artisan'
|
2014-11-28 20:49:41 -05:00
|
|
|
{me} = require 'core/auth'
|
2014-01-06 00:56:32 -05:00
|
|
|
|
2014-01-06 17:30:35 -05:00
|
|
|
module.exports = class ArtisanView extends ContributeClassView
|
2014-06-30 22:16:26 -04:00
|
|
|
id: 'artisan-view'
|
2014-02-07 21:38:17 -05:00
|
|
|
template: template
|
2014-04-12 17:53:09 -04:00
|
|
|
contributorClassName: 'artisan'
|
2014-02-07 21:38:17 -05:00
|
|
|
|
|
|
|
contributors: [
|
2014-08-31 18:21:30 -04:00
|
|
|
{id: '5276ad5dcf83207a2801d3b4', name: 'Zach Martin', github: 'zachster01'}
|
|
|
|
{id: '530df0cbc06854403ba67c15', name: 'Alexandru Caciulescu', github: 'Darredevil'}
|
|
|
|
{id: '54038e91d3dbccd212505dee', name: 'Robert Moreton'}
|
|
|
|
{id: '54038f0bbc5b69a40e9c2a01', name: 'Andrew Witcher'}
|
|
|
|
{id: '54038f6b11058b4213074320', name: 'Axandre Oge'}
|
|
|
|
{id: '5403905c0557f27b0c3384be', name: 'Katharine Chan'}
|
|
|
|
{id: '5403908e0557f27b0c3384d9', name: 'Derek Wong'}
|
2014-09-12 20:46:44 -04:00
|
|
|
{id: '5261b6af158e0a011c000585', name: 'Andreas Linn'}
|
|
|
|
{id: '530bbceb934bb3df16c592b7', name: 'Prabh Simran Singh Baweja'}
|
|
|
|
{id: '5310e4e562b398ee3ca23325', name: "Nathan Gossett"}
|
2014-06-30 22:16:26 -04:00
|
|
|
{name: 'Aftermath', avatar: ''}
|
|
|
|
{name: 'mcdavid1991', avatar: ''}
|
|
|
|
{name: 'dwhittaker', avatar: ''}
|
|
|
|
{name: 'Zacharias Fisches', avatar: ''}
|
|
|
|
{name: 'Tom Setliff', avatar: ''}
|
2014-09-12 20:46:44 -04:00
|
|
|
|
2014-02-07 21:38:17 -05:00
|
|
|
]
|