File tree 2 files changed +8
-4
lines changed 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
<div class="flex-item-main">
8
8
<div class="flex-item-header">
9
9
<div class="flex-item-title">
10
- <a class="text primary name" href="{{.Link}}">
11
- {{if or $.PageIsExplore $.PageIsProfileStarList}}{{if .Owner}}{{.Owner.Name}} / {{end}}{{end}}{{.Name}}
12
- </a>
10
+ {{if and (or $.PageIsExplore $.PageIsProfileStarList) .Owner}}
11
+ <a class="text primary name" href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>/
12
+ {{end}}
13
+ <a class="text primary name" href="{{.Link}}">{{.Name}}</a>
13
14
<span class="label-list">
14
15
{{if .IsArchived}}
15
16
<span class="ui basic label">{{ctx.Locale.Tr "repo.desc.archived"}}</span>
Original file line number Diff line number Diff line change 13
13
14
14
.repository .wiki .markup {
15
15
overflow : visible;
16
- min-height : 340px ;
16
+ }
17
+
18
+ .repository .wiki .markup [data-tab-panel = "markdown-previewer" ] {
19
+ min-height : 340px ; /* This height matches the markdown editor's height */
17
20
}
18
21
19
22
.repository .wiki .wiki-content-parts .markup {
You can’t perform that action at this time.
0 commit comments