unclean SPARC
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class CoachingApplicantController extends EICController {
|
||||
|
||||
view(options) {
|
||||
this.loadWindow('coachings/applicant/CoachingApplicantView', {
|
||||
title: 'My coaching ' + options.params.id,
|
||||
static: true,
|
||||
expanded: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
app.registerClass('CoachingApplicantController', CoachingApplicantController);
|
||||
Reference in New Issue
Block a user