From da0b327ac5883d693a9732e6d3493be76e3df003 Mon Sep 17 00:00:00 2001 From: Clivern Date: Tue, 25 Oct 2022 12:48:45 +0200 Subject: [PATCH] feat: show description --- .../templates/page/projects.html.heex | 24 +++++++++++++++++++ .../templates/page/snapshots.html.heex | 24 +++++++++++++++++++ lib/lynx_web/templates/page/teams.html.heex | 24 +++++++++++++++++++ priv/static/theme/app/backend.js | 12 ++++++++++ 4 files changed, 84 insertions(+) diff --git a/lib/lynx_web/templates/page/projects.html.heex b/lib/lynx_web/templates/page/projects.html.heex index 6c64ce4..7ed7efe 100644 --- a/lib/lynx_web/templates/page/projects.html.heex +++ b/lib/lynx_web/templates/page/projects.html.heex @@ -290,6 +290,7 @@ ${project.team.name} ${formatDatetime(project.createdAt)} + @@ -331,6 +332,29 @@ + +