File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
{{end}}
15
15
</div>
16
16
{{if $.RenderedDescription}}<div class="render-content markup">{{$.RenderedDescription|Str2html}}</div>{{end}}
17
- <div class="text grey meta">
17
+ <div class="text grey meta gt-df gt-ac gt-fw gt-gap-3 ">
18
18
{{if .Org.Location}}<div class="item">{{svg "octicon-location"}} <span>{{.Org.Location}}</span></div>{{end}}
19
19
{{if .Org.Website}}<div class="item">{{svg "octicon-link"}} <a target="_blank" rel="noopener noreferrer me" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}}
20
20
{{if $.IsSigned}}
21
- {{if .Org.Email}}<div class="item">{{svg "octicon-mail"}} <a href="mailto:{{.Org.Email}}">{{.Org.Email}}</a></div>{{end}}
21
+ {{if .Org.Email}}<div class="item">{{svg "octicon-mail"}} <a class="muted" href="mailto:{{.Org.Email}}">{{.Org.Email}}</a></div>{{end}}
22
22
{{end}}
23
23
</div>
24
24
</div>
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ func TestMyOrgs(t *testing.T) {
106
106
Name : user17 .Name ,
107
107
UserName : user17 .Name ,
108
108
FullName : user17 .FullName ,
109
+
109
110
AvatarURL : user17 .AvatarLink (db .DefaultContext ),
110
111
Description : "" ,
111
112
Website : "" ,
@@ -117,6 +118,7 @@ func TestMyOrgs(t *testing.T) {
117
118
Name : user3 .Name ,
118
119
UserName : user3 .Name ,
119
120
FullName : user3 .FullName ,
121
+
120
122
AvatarURL : user3 .AvatarLink (db .DefaultContext ),
121
123
Description : "" ,
122
124
Website : "" ,
You can’t perform that action at this time.
0 commit comments