diff options
Diffstat (limited to 'templates/projects/list.tmpl')
-rw-r--r-- | templates/projects/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/projects/list.tmpl b/templates/projects/list.tmpl index 0cb619c066..1f3668be7a 100644 --- a/templates/projects/list.tmpl +++ b/templates/projects/list.tmpl @@ -11,7 +11,7 @@ </a> </div> <div class="gt-text-right"> - <a class="ui small green button" href="{{$.Link}}/new">{{.locale.Tr "repo.projects.new"}}</a> + <a class="ui small primary button" href="{{$.Link}}/new">{{.locale.Tr "repo.projects.new"}}</a> </div> </div> {{end}} |