mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-04 17:57:14 +01:00
before:  after:  -----  ----- Optimize the dashboard by adding welcoming messages or quick action entry points (such as adding a new repository or organization) to ensure that new users are not greeted by a blank page upon logging in. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
11 lines
439 B
Handlebars
11 lines
439 B
Handlebars
<div class="tw-text-center tw-p-8">
|
|
{{svg "octicon-package" 24 "tw-text-placeholder-text"}}
|
|
<h3 class="tw-my-4">{{ctx.Locale.Tr "home.guide_title"}}</h3>
|
|
<p class="tw-text-placeholder-text">{{ctx.Locale.Tr "home.guide_desc"}}</p>
|
|
<div>
|
|
<a href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "home.explore_repos"}}</a>
|
|
<span>·</span>
|
|
<a href="{{AppSubUrl}}/explore/users">{{ctx.Locale.Tr "home.explore_users"}}</a>
|
|
</div>
|
|
</div>
|