{% extends "base.html" %} {% block bodyContent %} {% if !currentUser %}
{% pluginblock LoggedOutFillContent %} {% include "partials/errors.html" %} {% include "partials/signupform.html" %} {% endpluginblock %}
{% else %} {% if !currentUser.github.id %}

Welcome to Strider, {{currentUser.email}}!

It looks like you haven't yet linked your Github account. Press the button below to get started.

Link Github account     Manual Setup
{% endif %}
Running job... Job submitted...

There are no recent builds - did you set up a repo yet?


Add a Repo

Latest Builds:

{% include "partials/_dashboard_row.html" %}
Job Project Commit Duration
{% endif %} {% endblock %}