mirror of
1
Fork 0
forgejo/templates/user/dashboard/guide.tmpl

17 lines
644 B
Go HTML Template

<div id="empty-feed" class="tw-text-center tw-p-8">
{{svg "octicon-inbox" 64 "tw-text-placeholder-text"}}
<h2>{{ctx.Locale.Tr "home.welcome.no_activity"}}</h2>
<p class="help">{{ctx.Locale.Tr "home.welcome.activity_hint"}}</p>
<div>
<a href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "home.explore_repos"}}</a>
{{if not .UsersPageIsDisabled}}
<span>·</span>
<a href="{{AppSubUrl}}/explore/users">{{ctx.Locale.Tr "home.explore_users"}}</a>
{{end}}
{{if not .OrganizationsPageIsDisabled}}
<span>·</span>
<a href="{{AppSubUrl}}/explore/organizations">{{ctx.Locale.Tr "home.explore_orgs"}}</a>
{{end}}
</div>
</div>