diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-28 18:09:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-28 18:09:01 -0600 |
| commit | 3b2d79aad75c84a4f807b08f861232077d097e5b (patch) | |
| tree | 68b35c1e4062974e283f8612752042a6690fe993 /app | |
| parent | 8511f96b2dc985a71c1f665f56e4b9a5feef47d4 (diff) | |
feat: add by line to footer
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/dashboard/show.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/dashboard/show.html.tmpl b/app/views/dashboard/show.html.tmpl index e27891b..239c562 100644 --- a/app/views/dashboard/show.html.tmpl +++ b/app/views/dashboard/show.html.tmpl @@ -50,8 +50,9 @@ <div class="container"> <div class="grid"> <div> - <p> <strong>Why?</strong> </p> - <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> + <p> <strong>Why?</strong> </p> + <p> <small> SparkleLab is a lightweight service designed to explore modern access control models within GitLab, while doing something fun: helping GitLab team members show appreciation for each other. </small> </p> + <p> <small> Built with ❤ by the <a href="https://handbook.gitlab.com/handbook/engineering/development/sec/software-supply-chain-security/authorization/" class="secondary">authz team</a> at GitLab. </small> </p> </div> <aside> <nav> |
