Login
4 branches 0 tags
Ben (Desktop/Arch) Bugfix in find_project_by_path d17f5d1 1 month ago 60 Commits
rubhub / templates / project_card.html
<div class="card project-card">
    <h3 class="project-header"><a href="/{{ project.owner_slug }}">{{ project.owner_name }}</a>/<a href="/{{ project.owner_slug }}/{{ project.slug }}">{{ project.name }}</a></h3>
    <p>{{ project.description }}</p>
</div>