mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-02-12 01:58:01 -05:00
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.
23 lines
644 B
Cheetah
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" .}}
|