File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<div class="item">
10
10
<img class="ui avatar image" src="{{.RelAvatarLink}}">
11
11
<div class="content">
12
- <span class="header"><a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName}}</span>
12
+ <span class="header"><a href="{{.HomeLink}}">{{.Name}}</a> {{.FullName | Str2html }}</span>
13
13
<div class="description">
14
14
{{if .Location}}
15
15
<i class="octicon octicon-location"></i> {{.Location}}
Original file line number Diff line number Diff line change 4
4
<div class="column">
5
5
<div class="ui header">
6
6
<img class="ui image" src="{{.RelAvatarLink}}?s=100">
7
- <span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName | Str2html }}</a></span>
7
+ <span class="text thin grey"><a href="{{.HomeLink}}">{{.DisplayName}}</a></span>
8
8
9
9
<div class="ui right">
10
10
<div class="ui menu">
Original file line number Diff line number Diff line change 6
6
<img class="ui left" id="org-avatar" src="{{.Org.RelAvatarLink}}?s=140"/>
7
7
<div id="org-info">
8
8
<div class="ui header">
9
- {{.Org.DisplayName | Str2html }}
9
+ {{.Org.DisplayName}}
10
10
{{if .IsOrganizationOwner}}<a class="text grey" href="{{.OrgLink}}/settings"><span class="octicon octicon-gear"></span></a>{{end}}
11
11
</div>
12
12
{{if .Org.Description}}<p class="desc">{{.Org.Description}}</p>{{end}}
Original file line number Diff line number Diff line change 4
4
<div class="ui container">
5
5
<div id="invite-box">
6
6
{{template "base/alert" .}}
7
- <h2>{{.i18n.Tr "org.members.invite_desc" .Org.DisplayName | Str2html }}</h2>
7
+ <h2>{{.i18n.Tr "org.members.invite_desc" .Org.DisplayName}}</h2>
8
8
<form class="ui form" action="{{.Link}}" method="post">
9
9
{{.CsrfTokenHtml}}
10
10
<div class="inline field ui left">
Original file line number Diff line number Diff line change 18
18
</div>
19
19
<div class="field {{if .Err_FullName}}error{{end}}">
20
20
<label for="full_name">{{.i18n.Tr "org.org_full_name_holder"}}</label>
21
- <input id="full_name" name="full_name" value="{{.Org.FullName | Str2html }}">
21
+ <input id="full_name" name="full_name" value="{{.Org.FullName}}">
22
22
</div>
23
23
<div class="field {{if .Err_Description}}error{{end}}">
24
24
<label for="description">{{$.i18n.Tr "org.org_desc"}}</label>
Original file line number Diff line number Diff line change 17
17
{{end}}
18
18
<a href="{{.HomeLink}}">
19
19
<img class="ui avatar image" src="{{.RelAvatarLink}}">
20
- {{.DisplayName | Str2html }}
20
+ {{.DisplayName}}
21
21
</a>
22
22
</div>
23
23
{{end}}
You can’t perform that action at this time.
0 commit comments