File tree Expand file tree Collapse file tree 2 files changed +5
-38
lines changed Expand file tree Collapse file tree 2 files changed +5
-38
lines changed Original file line number Diff line number Diff line change 47
47
48
48
{{template "custom/extra_links" .}}
49
49
50
- {{if not .IsSigned}}
50
+ <div style="display:none">
51
+ {{if not .IsSigned}}
51
52
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com">{{ctx.Locale.Tr "help"}}</a>
52
53
{{end}}
54
+ </div>
53
55
</div>
54
56
55
57
<!-- the full dropdown menus -->
Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
+
2
3
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
3
4
<div class="gt-mb-5 gt-px-5">
4
5
<div class="center">
7
8
<h1 class="ui icon header title">
8
9
{{AppName}}
9
10
</h1>
10
- <h2>{{ctx.Locale.Tr "startpage.app_desc"}}</h2>
11
11
</div>
12
12
</div>
13
13
</div>
14
- <div class="ui stackable middle very relaxed page grid">
15
- <div class="eight wide center column">
16
- <h1 class="hero ui icon header">
17
- {{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}}
18
- </h1>
19
- <p class="large">
20
- {{ctx.Locale.Tr "startpage.install_desc" | Str2html}}
21
- </p>
22
- </div>
23
- <div class="eight wide center column">
24
- <h1 class="hero ui icon header">
25
- {{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
26
- </h1>
27
- <p class="large">
28
- {{ctx.Locale.Tr "startpage.platform_desc" | Str2html}}
29
- </p>
30
- </div>
31
- </div>
32
- <div class="ui stackable middle very relaxed page grid">
33
- <div class="eight wide center column">
34
- <h1 class="hero ui icon header">
35
- {{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}}
36
- </h1>
37
- <p class="large">
38
- {{ctx.Locale.Tr "startpage.lightweight_desc" | Str2html}}
39
- </p>
40
- </div>
41
- <div class="eight wide center column">
42
- <h1 class="hero ui icon header">
43
- {{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
44
- </h1>
45
- <p class="large">
46
- {{ctx.Locale.Tr "startpage.license_desc" | Str2html}}
47
- </p>
48
- </div>
49
- </div>
50
14
</div>
15
+
51
16
{{template "base/footer" .}}
You can’t perform that action at this time.
0 commit comments