Disable updating/deleting group posts and discussions for non-moderators

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-22 09:37:30 +02:00
parent 739516d2fd
commit e754e1172a
7 changed files with 39 additions and 18 deletions

View File

@@ -157,6 +157,10 @@ export default class PostList extends Vue {
}
</script>
<style lang="scss" scoped>
.container.section {
background: $white;
}
section {
div.intro,
.post-list {