Merge branch 'module/poll' into dev
This commit is contained in:
@@ -281,6 +281,7 @@
|
|||||||
"permission_read_only": "lesen",
|
"permission_read_only": "lesen",
|
||||||
"phone": "Telefon",
|
"phone": "Telefon",
|
||||||
"pieces": "Stück",
|
"pieces": "Stück",
|
||||||
|
"polls": "Umfragen",
|
||||||
"pos": "Pos",
|
"pos": "Pos",
|
||||||
"position": "Position",
|
"position": "Position",
|
||||||
"positions": "Positionen",
|
"positions": "Positionen",
|
||||||
|
|||||||
@@ -281,6 +281,7 @@
|
|||||||
"permission_read_only": "read-only",
|
"permission_read_only": "read-only",
|
||||||
"phone": "phone",
|
"phone": "phone",
|
||||||
"pieces": "pieces",
|
"pieces": "pieces",
|
||||||
|
"polls": "polls",
|
||||||
"pos": "pos",
|
"pos": "pos",
|
||||||
"position": "position",
|
"position": "position",
|
||||||
"positions": "positions",
|
"positions": "positions",
|
||||||
|
|||||||
@@ -109,6 +109,10 @@ nav a.note::before {
|
|||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav a.poll::before {
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
|
||||||
nav a.project::before {
|
nav a.project::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
@@ -140,6 +144,7 @@ nav a.file,
|
|||||||
nav a.mark,
|
nav a.mark,
|
||||||
nav a.message,
|
nav a.message,
|
||||||
nav a.note,
|
nav a.note,
|
||||||
|
nav a.poll,
|
||||||
nav a.project,
|
nav a.project,
|
||||||
nav a.stock,
|
nav a.stock,
|
||||||
nav a.tags,
|
nav a.tags,
|
||||||
|
|||||||
Reference in New Issue
Block a user