diff --git a/hubsrht/templates/project-summary.html b/hubsrht/templates/project-summary.html index 8b3682d..86ae7b6 100644 --- a/hubsrht/templates/project-summary.html +++ b/hubsrht/templates/project-summary.html @@ -139,7 +139,7 @@
{% if project.summary_repo_id != None %} -
+
{% if current_user and current_user.id == project.owner_id and not summary and not summary_error %}
diff --git a/scss/main.scss b/scss/main.scss index 14a9e88..24d2339 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -109,3 +109,11 @@ display: inline; width: inherit; } + +.project-summary { + h2, h3, h4 { + &:not(:first-child) { + margin-top: 2rem; + } + } +}