Login
4 branches 0 tags
Ben (Desktop/Arch) Removed CLAUDE.md, rather just write things myself 34f4401 1 month ago 186 Commits
rubhub / templates / partials / project_card.html
<div class="card project-card">
  <h3 class="project-header">
    <a href="{{ project.owner_uri() }}">{{ project.owner_name }}</a>/<a href="{{ project.uri() }}">{{ project.name }}</a>
  </h3>
  <p>{{ project.description }}</p>
</div>