From 1d431a1eab65492271494b8ad185eae1aa8d16ff Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Thu, 29 Jun 2017 08:03:55 +0200
Subject: [PATCH] draining

---
 _includes/people_list.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_includes/people_list.html b/_includes/people_list.html
index ec52dff..b5bb50b 100644
--- a/_includes/people_list.html
+++ b/_includes/people_list.html
@@ -8,7 +8,8 @@
     
     {% if rollers.size > 0 %}
         <ul class="collection with-header">
-            <li class="collection-header"><h5>{{role.name}}(s)</h5></li>
+          <li class="collection-header">
+	  <h5>{{role.name}}(s)</h5></li>
             {% for person in rollers %}
                 <li class="collection-item avatar">
                     <img src="/{{person.pic}}" alt="" class="circle"/>
-- 
GitLab