0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-02-12 01:58:01 -05:00
blender-projects-gitea-custom/templates/user/dashboard/dashboard.tmpl
Pablo Vazquez 8904b6b97f Dashboard: Move large card links to header dropdown
Move the cards "Blender, User Manual, Flamenco", to a "Products" dropdown
in the header, together with other projects. We can add more in the
future to give visibility to other projects.
2024-05-24 19:04:49 +02:00

23 lines
644 B
Cheetah

{{template "base/head" .}}
<div class="page-content dashboard feeds">
{{template "user/dashboard/navbar" .}}
<div class="ui container">
<div class="ui stackable grid">
<div class="ui container ten wide column">
</div>
<div class="six wide column">
{{template "blender_components/card_releases" .}}
</div>
</div>
{{template "base/alert" .}}
<div class="ui mobile reversed stackable grid">
<div class="ui container ten wide column">
{{template "user/heatmap" .}}
{{template "user/dashboard/feeds" .}}
</div>
{{template "user/dashboard/repolist" .}}
</div>
</div>
</div>
{{template "base/footer" .}}