File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
{{range $branch := .Branches}}
49
49
{{if ne .Name $.DefaultBranch}}
50
50
<tr>
51
- <td>
51
+ <td class="six wide" >
52
52
{{if .IsDeleted}}
53
53
<s><a href="{{$.RepoLink}}/src/branch/{{.Name | EscapePound}}">{{.Name}}</a></s>
54
54
<p class="info">{{$.i18n.Tr "repo.branch.deleted_by" .DeletedBranch.DeletedBy.Name}} {{TimeSinceUnix .DeletedBranch.DeletedUnix $.i18n.Lang}}</p>
60
60
<p class="info"><i class="octicon octicon-git-commit"></i><a href="{{$.RepoLink}}/commit/{{.Commit.ID.String}}">{{ShortSha .Commit.ID.String}}</a> · <span class="commit-message">{{RenderCommitMessage .Commit.CommitMessage $.RepoLink $.Repository.ComposeMetas}}</span> · {{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Commit.Committer.When $.i18n.Lang}}</p>
61
61
{{end}}
62
62
</td>
63
- <td class="ui">
63
+ <td class="two wide ui">
64
64
{{if not .IsDeleted}}
65
65
<div class="commit-divergence">
66
66
<div class="bar-group">
74
74
</div>
75
75
{{end}}
76
76
</td>
77
- <td class="right aligned">
77
+ <td class="two wide right aligned">
78
78
{{if not .LatestPullRequest}}
79
79
{{if and (not .IsDeleted) $.AllowsPulls}}
80
80
<a href="{{$.RepoLink}}/compare/{{$.DefaultBranch | EscapePound}}...{{if ne $.Repository.Owner.Name $.Owner.Name}}{{$.Owner.Name}}:{{end}}{{.Name | EscapePound}}">
93
93
{{end}}
94
94
</td>
95
95
{{if and $.IsWriter (not $.IsMirror)}}
96
- <td class="right aligned">
96
+ <td class="one wide right aligned">
97
97
{{if .IsProtected}}
98
98
<i class="octicon octicon-shield"></i>
99
99
{{else if .IsDeleted}}
You can’t perform that action at this time.
0 commit comments