Newer
Older
import m from 'mithril';
import EditView from '../views/editView';
export default class newJob extends EditView {
view() {
return this.layout([
m('h3', 'Add a New Job Offer'),
...this.form.renderPage({
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
import m from 'mithril';
import EditView from '../views/editView';
export default class newJob extends EditView {
view() {
return this.layout([
m('h3', 'Add a New Job Offer'),
...this.form.renderPage({