diff options
Diffstat (limited to 'templates/repo/projects/new.tmpl')
-rw-r--r-- | templates/repo/projects/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/projects/new.tmpl b/templates/repo/projects/new.tmpl index 4778279317..5bfb367ece 100644 --- a/templates/repo/projects/new.tmpl +++ b/templates/repo/projects/new.tmpl @@ -6,7 +6,7 @@ {{template "repo/issue/navbar" .}} {{if and .CanWriteProjects .PageIsEditProject}} <div class="ui right floated secondary menu"> - <a class="ui green button" href="{{$.RepoLink}}/projects/new">{{.locale.Tr "repo.milestones.new"}}</a> + <a class="ui small green button" href="{{$.RepoLink}}/projects/new">{{.locale.Tr "repo.milestones.new"}}</a> </div> {{end}} </div> |