5 Commits

Author SHA1 Message Date
Brecht Van Lommel
0377ec43b0 Fix missing Report a Bug text 2023-11-28 15:17:26 +01:00
Brecht Van Lommel
291e5b85d9 Update for Gitea 1.21
Previous changes for 1.20, and moving files public/assets/.
2023-10-17 20:06:47 +02:00
Thomas Dinges
391876ff30 Frontpage: Update milestones for 4.1 and 4.0 2023-09-27 12:58:38 +02:00
Dalai Felinto
e651a7f2d1 Revert "Navbar: style fixes for gitea 1.20"
Changes that expected gitea 1.20 needs to be reverted 2/2.

This reverts commit f2717d098b.
2023-08-24 18:04:26 +02:00
Dalai Felinto
035d316672 Revert "Fix missing CSS variable for gitea 1.20 (#3)"
Changes that expected gitea 1.20 needs to be reverted 1/2.

This reverts commit 611e7e835f.
2023-08-24 18:03:54 +02:00
13 changed files with 6 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View File

@@ -5,9 +5,13 @@
<div class="description"> <div class="description">
<ul> <ul>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/18">Blender 4.1</a>
— <strong>Bcon1</strong>: New features and changes
</li>
<li> <li>
<a href="{{AppSubUrl}}/blender/blender/milestone/7">Blender 4.0</a> <a href="{{AppSubUrl}}/blender/blender/milestone/7">Blender 4.0</a>
— <strong>Bcon2</strong>: Improve and stabilize — <strong>Bcon3</strong>: Bug fixing only
</li> </li>
<li> <li>
<a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a> <a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a>

View File

@@ -32,4 +32,4 @@
</div> </div>
</div> </div>
<a class="item" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">{{.locale.Tr "Report a Bug"}}</a> <a class="item" href="{{AppSubUrl}}/blender/blender/issues/new?template=.gitea%2fissue_template%2fbug.yaml">Report a Bug</a>