diff options
| author | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-12 11:32:41 +0200 |
|---|---|---|
| committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-12 11:32:41 +0200 |
| commit | 21134df2028b860d29617b3c4e66c7e0d2579071 (patch) | |
| tree | c3f87ebad8f7577aeff56595658a3e3f8a868ba4 | |
| parent | a034a4665229425d5b3eff3082069b9ab1b57ab4 (diff) | |
| parent | 47171aab3d50fc87e1b81811f9f2a7d109b2857f (diff) | |
| download | gitlab-ce-21134df2028b860d29617b3c4e66c7e0d2579071.tar.gz | |
Merge pull request #7713 from bbodenmiller/patch-5
Add Feedback link
| -rw-r--r-- | app/views/shared/_promo.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 7dec48e6585..5675e43b05f 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -2,3 +2,4 @@ = link_to "Homepage", "https://www.gitlab.com/" = link_to "Blog", "https://www.gitlab.com/blog/" = link_to "@gitlabhq", "https://twitter.com/gitlabhq" + = link_to "Requests", "http://feedback.gitlab.com/" |
