Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/pull.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{avatar $.Context .User}}
</a>
{{end}}
<span>
<span class="gt-ml-2">
{{if .User}}
<a href="{{.User.HomeLink}}">{{.User.GetDisplayName}}</a>
{{else if .Team}}
Expand Down
2 changes: 2 additions & 0 deletions web_src/less/_explore.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
.ui.user.list {
.item {
padding-bottom: 25px;
display: flex;

&:not(:first-child) {
border-top: 1px solid var(--color-secondary);
Expand All @@ -78,6 +79,7 @@
img.ui.avatar {
width: 40px;
height: 40px;
margin-right: 10px;
}

.description {
Expand Down