diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2017-07-26 21:28:32 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-07-26 21:28:32 +0000 |
commit | eb9ca0e7e1ea4c2151abc320199e844f794bda54 (patch) | |
tree | 2a2c6cf816758381bd82d8eba62a8f63cbeb3a24 | |
parent | 4c1773a7680e140abfba16c9586ee11d5b4e3601 (diff) | |
parent | db2ea59f52555be8e10a60cc51aae832f5824d9d (diff) | |
download | gitlab-ce-eb9ca0e7e1ea4c2151abc320199e844f794bda54.tar.gz |
Merge branch 'patch-19' into 'master'
change Fogbugz button to FogBugz
See merge request !13113
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index a2d7a21d5f6..87cc23fc649 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -72,7 +72,7 @@ %div - if fogbugz_import_enabled? = link_to new_import_fogbugz_path, class: 'btn import_fogbugz' do - = icon('bug', text: 'Fogbugz') + = icon('bug', text: 'FogBugz') %div - if gitea_import_enabled? = link_to new_import_gitea_url, class: 'btn import_gitea' do |