Skip to content

Commit 17f652a

Browse files
CirnoTlunnyzeripathlafriks
authored
Increase width for authors on commit view (#11441)
Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 580f73a commit 17f652a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/repo/commit_page.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
<div class="ui attached info segment {{$class}}">
3333
<div class="ui stackable grid">
34-
<div class="nine wide column">
34+
<div class="ten wide column">
3535
{{if .Author}}
3636
<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" />
3737
{{if .Author.FullName}}
@@ -47,15 +47,15 @@
4747
<span> </span>
4848
{{if ne .Verification.CommittingUser.ID 0}}
4949
<img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" />
50-
<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> &lt;{{.Commit.Committer.Email}}&gt;</a>
50+
<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> &lt;{{.Commit.Committer.Email}}&gt;</a>
5151
{{else}}
5252
<img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" />
5353
<strong>{{.Commit.Committer.Name}}</strong>
5454
{{end}}
5555
{{end}}
5656
<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span>
5757
</div>
58-
<div class="seven wide right aligned column">
58+
<div class="six wide right aligned column">
5959
<div class="ui horizontal list">
6060
{{if .Parents}}
6161
<div class="item">

0 commit comments

Comments
 (0)