File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33{{ $createdStr:= TimeSinceUnix .CreatedUnix $.root.Lang }}
44<div class="comment" id="{{.HashTag}}">
55 {{if .OriginalAuthor }}
6- <span class="avatar"><img src="{{AppSubUrl}}/img/avatar_default.png"></span>
6+ <span class="avatar"><img src="{{AppSubUrl}}/assets/ img/avatar_default.png"></span>
77 {{else}}
88 <a class="avatar" {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>
99 {{avatar .Poster}}
Original file line number Diff line number Diff line change 1313 <ui class="ui timeline">
1414 <div id="{{.Issue.HashTag}}" class="timeline-item comment first">
1515 {{if .Issue.OriginalAuthor }}
16- <span class="timeline-avatar"><img src="{{AppSubUrl}}/img/avatar_default.png"></span>
16+ <span class="timeline-avatar"><img src="{{AppSubUrl}}/assets/ img/avatar_default.png"></span>
1717 {{else}}
1818 <a class="timeline-avatar" {{if gt .Issue.Poster.ID 0}}href="{{.Issue.Poster.HomeLink}}"{{end}}>
1919 {{avatar .Issue.Poster}}
Original file line number Diff line number Diff line change 1313 {{if eq .Type 0}}
1414 <div class="timeline-item comment" id="{{.HashTag}}">
1515 {{if .OriginalAuthor }}
16- <span class="timeline-avatar"><img src="{{AppSubUrl}}/img/avatar_default.png"></span>
16+ <span class="timeline-avatar"><img src="{{AppSubUrl}}/assets/ img/avatar_default.png"></span>
1717 {{else}}
1818 <a class="timeline-avatar" {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>
1919 {{avatar .Poster}}
You can’t perform that action at this time.
0 commit comments