An error occurred while fetching the assigned milestone of the selected merge_request.
config
config.js +3 -2
routes
routes-account.js +39 -34
routes-project.js +61 -5
views/DE
account
home.pug +3 -3
profile.pug +3 -3
security.pug +3 -3
services.pug +2 -2
project
addProjectOverview.pug +15 -10
project-simplified.pug +30 -25
project.html +125 -67
app.js +11 -1
package-lock.json +141 -112
package.json +1 -0
+ 3
- 2
@@ -9,8 +9,8 @@ module.exports = {
@@ -22,6 +22,7 @@ module.exports = {
+ 39
- 34
@@ -62,12 +62,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -104,8 +104,8 @@ module.exports = function (app, config, passport, i18n) {
@@ -118,14 +118,14 @@ module.exports = function (app, config, passport, i18n) {
@@ -133,7 +133,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -149,7 +149,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -183,7 +183,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -213,7 +213,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -223,7 +223,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -238,7 +238,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -250,14 +250,14 @@ module.exports = function (app, config, passport, i18n) {
@@ -269,27 +269,32 @@ module.exports = function (app, config, passport, i18n) {
@@ -318,19 +323,19 @@ module.exports = function (app, config, passport, i18n) {
@@ -348,7 +353,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -406,7 +411,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -416,7 +421,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -455,7 +460,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -463,10 +468,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -507,9 +512,9 @@ module.exports = function (app, config, passport, i18n) {
+ 61
- 5
@@ -2,6 +2,8 @@ const methods = require('./methods')
@@ -104,7 +106,7 @@ module.exports = function (app) {
@@ -144,7 +146,7 @@ module.exports = function (app) {
@@ -160,13 +162,45 @@ module.exports = function (app) {
@@ -178,7 +212,7 @@ module.exports = function (app) {
@@ -186,6 +220,28 @@ module.exports = function (app) {
@@ -224,7 +280,7 @@ module.exports = function (app) {
+ 3
- 3
@@ -34,9 +34,9 @@ html(lang="de")
+ 3
- 3
@@ -35,8 +35,8 @@ html(lang="de")
@@ -47,7 +47,7 @@ html(lang="de")