diff --git a/app/routes/sog/index.js b/app/routes/sog/index.js index 6e9f15827..e404adb55 100644 --- a/app/routes/sog/index.js +++ b/app/routes/sog/index.js @@ -7,7 +7,16 @@ export default class SogIndexRoute extends ApplicationRoute { return this.abilities.can('show sog'); } - model() { - return []; + async model() { + /* eslint-disable camelcase */ + let photoAlbumsWithoutTags = await this.store.query('photo-album', { + sort: '-date', + filter: { without_photo_tags: true }, + page: { number: '1', size: 4 }, + }); + /* eslint-enable camelcase */ + return { + photoAlbumsWithoutTags, + }; } } diff --git a/app/styles/app.scss b/app/styles/app.scss index d9b27a4ad..d1288923e 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -17,6 +17,7 @@ @import 'components/flash-notice'; @import 'components/forum/forum-post'; @import 'components/footer'; +@import 'components/list-group'; @import 'components/md-editor'; @import 'components/menu-sidebar'; @import 'components/navbar'; diff --git a/app/styles/components/list-group.scss b/app/styles/components/list-group.scss new file mode 100644 index 000000000..4dbed5928 --- /dev/null +++ b/app/styles/components/list-group.scss @@ -0,0 +1,8 @@ +.list-group-item:not(:first-child), a:not(:first-child) > .list-group-item { + border-top: 0; +} + +.list-group-flush .list-group-item { + border-right: 0; + border-left: 0; +} \ No newline at end of file diff --git a/app/templates/sog/index.hbs b/app/templates/sog/index.hbs index 7cbfb55d7..c18b9664d 100644 --- a/app/templates/sog/index.hbs +++ b/app/templates/sog/index.hbs @@ -17,4 +17,63 @@ +{{/if}} + +{{#if (can 'create photo-tag')}} +
+ Help jij mee om álle foto's te taggen? Zoek een album of foto op zonder tags en tag wie er op de foto staan! Je kan ook een van de onderstaande albums bekijken, deze albums hebben momenteel geen enkele foto met tags. +
++ Geen zin in je studie maar wil je toch wat nuttigs doen? Leen een boek uit de bibliotheek in de bestuurskamer! +
++ Neem deel aan het juffen op het forum, bekijk wat uw medeleden gezegd hebben op het grote quote topic, of start uw eigen topic! +
+