We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a310d commit 0a11bdfCopy full SHA for 0a11bdf
templates/repo/home.tmpl
@@ -106,8 +106,8 @@
106
<div class="gt-df gt-ac">
107
{{if eq $n 0}}
108
{{if .Repository.IsTemplate}}
109
- <div class="ui tiny primary buttons">
110
- <a href="{{AppSubUrl}}/repo/create?template_id={{.Repository.ID}}" class="ui button">
+ <div class="ui tiny primary buttons gt-mr-2">
+ <a href="{{AppSubUrl}}/repo/create?template_id={{.Repository.ID}}" class="ui small button">
111
{{.locale.Tr "repo.use_template"}}
112
</a>
113
</div>
0 commit comments