Skip to content

Commit ac1ed53

Browse files
committed
whitespace tweak
1 parent 97e232f commit ac1ed53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/admin/org/list.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
<td>{{.NumMembers}}</td>
4646
<td>{{.NumRepos}}</td>
4747
<td><span title="{{.CreatedUnix.FormatLong}}">{{.CreatedUnix.FormatShort}}</span></td>
48-
<td>
49-
<a href="{{AppSubUrl}}/org/{{.Name}}/settings">{{svg "octicon-pencil"}}</a>
50-
</td>
48+
<td><a href="{{AppSubUrl}}/org/{{.Name}}/settings">{{svg "octicon-pencil"}}</a></td>
5149
</tr>
5250
{{end}}
5351
</tbody>

0 commit comments

Comments
 (0)