Edits
This commit is contained in:
@@ -1,30 +1,19 @@
|
||||
<div class="ui fluid card" style="width: 100%;">
|
||||
<div class="content">
|
||||
<h3>Release Status</h3>
|
||||
<p>Current and upcoming versions</p>
|
||||
<h3>News</h3>
|
||||
<p>Current and upcoming events</p>
|
||||
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/20">Blender 5.0</a>
|
||||
— <strong>Alpha</strong>: New features and changes
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/20">Krypton</a>
|
||||
— <strong>Alpha</strong>: Implemented regression testing
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/25">Blender 4.5 LTS</a>
|
||||
— Released July 15, 2025
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/19">Blender 4.2 LTS</a>
|
||||
— Released Jul 16, 2024
|
||||
<a href="{{AppSubUrl}}/blender/blender/milestone/19">Eko 0.1.1</a>
|
||||
— Released August 8, 2025
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
<span class="right floated">
|
||||
<a href="https://developer.blender.org/docs/handbook/release_process/release_cycle/">
|
||||
Read more {{svg "octicon-chevron-right" 18}}
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -105,9 +105,11 @@
|
||||
}
|
||||
|
||||
/* Hide branches from PR list. */
|
||||
/*
|
||||
.issue.list .branches {
|
||||
display: none !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Footer. */
|
||||
footer {
|
||||
|
@@ -3,12 +3,12 @@
|
||||
{{template "user/dashboard/navbar" .}}
|
||||
<div class="ui container">
|
||||
<div class="ui stackable grid">
|
||||
<div class="ui container ten wide column">
|
||||
{{template "components/card_projects" .}}
|
||||
</div>
|
||||
<div class="six wide column">
|
||||
{{template "components/card_releases" .}}
|
||||
</div>
|
||||
<div class="ui container ten wide column">
|
||||
{{template "components/card_projects" .}}
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/alert" .}}
|
||||
<div class="ui mobile reversed stackable grid">
|
||||
|
Reference in New Issue
Block a user