library with grid

This commit is contained in:
Benjamin Takats
2023-01-20 16:01:49 +01:00
parent a1e7a16ef1
commit ef13ddbd85
9 changed files with 140 additions and 32 deletions

View File

@@ -37,8 +37,8 @@ class LibraryItemObserver
if ($libraryItem->type !== 'markdown_article') {
$text = sprintf("Es gibt was Neues zum Anschauen oder Anhören:\n\n%s\n\n%s\n\n#Bitcoin #Event #Einundzwanzig #gesundesgeld",
$libraryItemName,
url()->route('library.table.libraryItems',
['country' => 'de', 'library_items' => ['filters' => ['id' => $libraryItem->id]]]),
url()->route('article.view',
['libraryItem' => $libraryItem->slug]),
);
} else {
$text = sprintf("Ein neuer News-Artikel wurde verfasst:\n\n%s\n\n%s\n\n#Bitcoin #News #Einundzwanzig #gesundesgeld",