File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
</div>
32
32
<div class="ui attached info segment {{$class}}">
33
33
<div class="ui stackable grid">
34
- <div class="nine wide column">
34
+ <div class="ten wide column">
35
35
{{if .Author}}
36
36
<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" />
37
37
{{if .Author.FullName}}
47
47
<span> </span>
48
48
{{if ne .Verification.CommittingUser.ID 0}}
49
49
<img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" />
50
- <a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a>
50
+ <a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a>
51
51
{{else}}
52
52
<img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" />
53
53
<strong>{{.Commit.Committer.Name}}</strong>
54
54
{{end}}
55
55
{{end}}
56
56
<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span>
57
57
</div>
58
- <div class="seven wide right aligned column">
58
+ <div class="six wide right aligned column">
59
59
<div class="ui horizontal list">
60
60
{{if .Parents}}
61
61
<div class="item">
You can’t perform that action at this time.
0 commit comments