From 9a03d09c041014ee9e4e3870d9921d0b3dd76fef Mon Sep 17 00:00:00 2001 From: Emma Garland Date: Sun, 4 Jun 2017 23:05:48 +0100 Subject: [PATCH] Green header colour as per header --- OurUmbraco.Client/src/scss/style.scss | 3 +-- .../Partials/Home/GitHubContributors.cshtml | 24 +------------------ 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/OurUmbraco.Client/src/scss/style.scss b/OurUmbraco.Client/src/scss/style.scss index 5042f772..9c396f20 100644 --- a/OurUmbraco.Client/src/scss/style.scss +++ b/OurUmbraco.Client/src/scss/style.scss @@ -51,7 +51,6 @@ @import 'elements/notification'; @import 'elements/alertbar'; @import 'elements/utilities'; -@import 'elements/avatar'; /** /* Sections @@ -61,7 +60,7 @@ @import 'sections/forum'; @import 'sections/people'; @import 'sections/events'; - +@import 'sections/contributors'; /** /* Pages diff --git a/OurUmbraco.Site/Views/Partials/Home/GitHubContributors.cshtml b/OurUmbraco.Site/Views/Partials/Home/GitHubContributors.cshtml index ba045634..90a78ba5 100644 --- a/OurUmbraco.Site/Views/Partials/Home/GitHubContributors.cshtml +++ b/OurUmbraco.Site/Views/Partials/Home/GitHubContributors.cshtml @@ -3,35 +3,13 @@ @foreach (var contributor in Model.Contributors) { -
+
@contributor.Login @contributor.Contributions
} - - @if (Model.Contributors.Any() == false) {

Could not load recent GitHub contributors.