From 5f6cb22f795889a5ad0ba96e8415af7327f1f606 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Wed, 30 Dec 2015 11:13:48 -0600 Subject: Substituted deprecated forum link with project issues link. --- app/views/shared/_promo.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 3596aabe309..be7501d5008 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -2,4 +2,5 @@ = link_to 'Homepage', promo_url = link_to "Blog", promo_url + '/blog/' = link_to "@gitlab", "https://twitter.com/gitlab" - = link_to "Requests", "http://feedback.gitlab.com/" + = link_to assigned_issues_dashboard_path, 'Issuesss', title: 'Issues', class: 'shortcuts-issues' + Requests -- cgit v1.2.1 From 97977f0fb36d61e3a597bb9d27ba423d43c13a0c Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Wed, 30 Dec 2015 14:13:08 -0600 Subject: Improved request link [ci skip] --- app/views/shared/_promo.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index be7501d5008..7c8ed20713c 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -2,5 +2,5 @@ = link_to 'Homepage', promo_url = link_to "Blog", promo_url + '/blog/' = link_to "@gitlab", "https://twitter.com/gitlab" - = link_to assigned_issues_dashboard_path, 'Issuesss', title: 'Issues', class: 'shortcuts-issues' + = link_to assigned_issues_dashboard_path, title: 'Issues', class: 'shortcuts-issues' do Requests -- cgit v1.2.1 From b7cb9e5fef7c01cea5d7f1f0cb7442d904afb585 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Thu, 31 Dec 2015 11:15:55 -0600 Subject: Removing block format and class. Changed to single quote strings.[ci skip] --- app/views/shared/_promo.html.haml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 7c8ed20713c..829141811f8 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -1,6 +1,5 @@ .gitlab-promo = link_to 'Homepage', promo_url - = link_to "Blog", promo_url + '/blog/' - = link_to "@gitlab", "https://twitter.com/gitlab" - = link_to assigned_issues_dashboard_path, title: 'Issues', class: 'shortcuts-issues' do - Requests + = link_to 'Blog', promo_url + '/blog/' + = link_to '@gitlab', 'https://twitter.com/gitlab' + = link_to 'Requests', assigned_issues_dashboard_path -- cgit v1.2.1 From 454339a9cb6fb31476dbaba720dbcd28ebbde87e Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Wed, 6 Jan 2016 09:15:04 -0600 Subject: Changed url to gitlab.com [ci skip] --- app/views/shared/_promo.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 829141811f8..435bb57d7ac 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -2,4 +2,4 @@ = link_to 'Homepage', promo_url = link_to 'Blog', promo_url + '/blog/' = link_to '@gitlab', 'https://twitter.com/gitlab' - = link_to 'Requests', assigned_issues_dashboard_path + = link_to 'Requests', 'http://gitlab.com' -- cgit v1.2.1 From 42898094b1c36e0c033db82e7c3d141e2d57a6bc Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Wed, 6 Jan 2016 16:53:51 -0600 Subject: Adding a more specific link [ci skip] --- app/views/shared/_promo.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 435bb57d7ac..09edf4000d5 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -2,4 +2,4 @@ = link_to 'Homepage', promo_url = link_to 'Blog', promo_url + '/blog/' = link_to '@gitlab', 'https://twitter.com/gitlab' - = link_to 'Requests', 'http://gitlab.com' + = link_to 'Requests', 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#feature-proposals' -- cgit v1.2.1