Login
4 branches 0 tags
Ben (U939/Arch Linux) Security hardening 700fa7d 1 month ago 20 Commits
rubhub / templates / project_card.html
<div class="card project-card">
    <h3><a href="/{{ project.owner }}/{{ project.slug }}">{{ project.name }}</a></h3>
    <p class="muted">Owner: {{ project.owner }}</p>
    <p class="muted">Slug: {{ project.slug }}</p>
</div>