diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-12-01 18:24:06 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-12-01 18:24:06 +0100 |
commit | 3ae51c3c51ab9112dd698dc38fa4c3e32058a452 (patch) | |
tree | 36a6cc14c859974370ec322de1dcd94063b2e87a | |
parent | 9ddc6cf05e52e1a90ca52ae28c95d05f5bdd2004 (diff) | |
parent | 86c55106a0fb00533299efb96ba72ac91efc4276 (diff) | |
download | gitlab-ce-3ae51c3c51ab9112dd698dc38fa4c3e32058a452.tar.gz |
Merge pull request #8420 from Razer6/change_twitter_handle
Change twitter handle from gitlabhq -> gitlab
-rw-r--r-- | app/views/shared/_promo.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 3400c345c4c..3596aabe309 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -1,5 +1,5 @@ .gitlab-promo = link_to 'Homepage', promo_url = link_to "Blog", promo_url + '/blog/' - = link_to "@gitlabhq", "https://twitter.com/gitlabhq" + = link_to "@gitlab", "https://twitter.com/gitlab" = link_to "Requests", "http://feedback.gitlab.com/" |