From d1a106ab7d50260b874cf4f8a8141f25ec7d4475 Mon Sep 17 00:00:00 2001 From: Corne Oppelaar Date: Tue, 21 Jun 2016 12:21:54 +0200 Subject: [PATCH 1/2] fix extra space in the contributors list --- views/home.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/home.html.twig b/views/home.html.twig index c4790a4..262ea8c 100644 --- a/views/home.html.twig +++ b/views/home.html.twig @@ -40,10 +40,10 @@ {% if contributors|length > 0 %}

with the help of - {% for contributor in contributors %} - {% if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif %} + {% for contributor in contributors -%} + {%- if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif -%} {{ contributor.login }} - {% endfor %} + {%- endfor %}

{% endif %} From b14cf290499a180cef5059850d8908396cf36dab Mon Sep 17 00:00:00 2001 From: Corne Oppelaar Date: Tue, 21 Jun 2016 12:22:23 +0200 Subject: [PATCH 2/2] use correct repo --- config/app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index 47490a7..a652521 100644 --- a/config/app.yml +++ b/config/app.yml @@ -6,7 +6,7 @@ core: name: "Zer.ooo" author: "EaterOfCode" sessionName: '0sess' - github-repo: 'EaterOfCode/zer.ooo' + github-repo: 'zerooo-vpn/zer.ooo' services: slim: Eater\Glim\Service\Slim user: Eater\Glim\Service\User @@ -16,4 +16,4 @@ core: ca: Eater\Glim\Service\CA server: Eater\Glim\Service\Server stash: Eater\Glim\Service\Stash - github: Eater\Glim\Service\GitHub \ No newline at end of file + github: Eater\Glim\Service\GitHub