Skip to content

Commit 0a11bdf

Browse files
Change the "Use template" button to match the style of the "Code" button.
1 parent 85a310d commit 0a11bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/home.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<div class="gt-df gt-ac">
107107
{{if eq $n 0}}
108108
{{if .Repository.IsTemplate}}
109-
<div class="ui tiny primary buttons">
110-
<a href="{{AppSubUrl}}/repo/create?template_id={{.Repository.ID}}" class="ui button">
109+
<div class="ui tiny primary buttons gt-mr-2">
110+
<a href="{{AppSubUrl}}/repo/create?template_id={{.Repository.ID}}" class="ui small button">
111111
{{.locale.Tr "repo.use_template"}}
112112
</a>
113113
</div>

0 commit comments

Comments
 (0)