Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu authored May 28, 2020
1 parent 84a23d3 commit d4b644c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flask_app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ <h5>Customize the naming of labels:</h5>
If the yaml fails to parse or an incorrect schema is used, the app will revert back to default label names.
</p>
<h6>Additional routes for existing users:</h6>
<p class="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <a href="https://mlbot.net/users" style="color:chocolate">https://mlbot.net/users</a></p>
<p class="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <span style="color:chocolate">https://mlbot.net/repos/{username}</span></p>
<p class="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <span style="color:chocolate">https://mlbot.net/data/{username}/{repo}</span></p>
<p class="card-text" style="font-size: small; margin: 0">See a sample of users with an active installation: <a href="https://label-bot-prod.mlbot.net/users" style="color:chocolate">https://label-bot-prod.mlbot.net/users</a></p>
<p class="card-text" style="font-size: small; margin: 0">See all repos w/installations for a specific user: <span style="color:chocolate">https://label-bot-prod.mlbot.net/repos/{username}</span></p>
<p class="card-text" style="font-size: small; margin: 0">See the last 50 predictions for a specific repo: <span style="color:chocolate">https://label-bot-prod.mlbot.net/data/{username}/{repo}</span></p>

{% endblock %}
{% endblock %}

0 comments on commit d4b644c

Please sign in to comment.