From eb2d73239aa8f97a2c0bbd9a23a1620b7cc14da5 Mon Sep 17 00:00:00 2001 From: astex <0astex@gmail.com> Date: Mon, 16 May 2016 16:47:11 -0400 Subject: [PATCH] Display the project slug in the project detail page. --- front/current/assets/styles/components/_project.scss | 10 +++++++++- front/current/components/project/detail.component.html | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/front/current/assets/styles/components/_project.scss b/front/current/assets/styles/components/_project.scss index 73261ee..dedb30d 100644 --- a/front/current/assets/styles/components/_project.scss +++ b/front/current/assets/styles/components/_project.scss @@ -23,7 +23,7 @@ project { border-right: 1px solid $light-gray; padding-bottom: 20px; - h1, h4 { margin-left: 22px; } + h1, h4, h5 { margin-left: 22px; } h1 { margin-top: 20px; @@ -33,6 +33,14 @@ project { } } h4 { margin-top: 10px; color: $gray-01; } + h5 { + margin-top: 10px; + + small { + font-size: .9em; + color: $gray-01; + } + } } .project-contacts { flex-basis: 300px; diff --git a/front/current/components/project/detail.component.html b/front/current/components/project/detail.component.html index 58b0764..7b8be7d 100644 --- a/front/current/components/project/detail.component.html +++ b/front/current/components/project/detail.component.html @@ -23,6 +23,9 @@