You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/dashboard/guide.tmpl

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>