Skip to content

Commit

Permalink
Made a button for the updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Nov 26, 2016
1 parent 3f3b376 commit 758e43b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ci-cd.md
Expand Up @@ -8,7 +8,7 @@ contributors: mario
---
<div class="row"></div>
<strong>Continuous Integration</strong>: The hackfest provides <a href="http://ci.sci-gaia.eu:8080">Jenkins instance</a> to help you do continuous integration on your projects. You can also use <a href="https://travis-ci.com">Travis</a>.
<h3>Project Status</h3>
<h3>Project Status <a href="{{ site.url }}/project-status/" class="btn">Project Updates</a></h3>
<!-- all the projects table goes here -->
<table class="table text-center">
<thead>
Expand All @@ -27,9 +27,6 @@ contributors: mario
<td>
Platform Components
</td>
<td>
Updates
</td>
</thead>
{% for project in site.data.cases %}
<tr>
Expand Down Expand Up @@ -62,9 +59,6 @@ contributors: mario
<!-- No Platform components specified -->
{% endif %}
</td>
<td>
<a class="btn btn-small" href="{{site.url}}/projects/{{ project.name }}">Updates</a>
</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 758e43b

Please sign in to comment.