Login
4 branches 0 tags
Ben (Desktop/Arch) Nicer repo layout 7d2104b 1 month ago 110 Commits
rubhub / templates / commit.html
<div class="commit">
  <span class="commit-author" title="{{ commit.author }}">{{ commit.author }}</span>
  <span class="commit-message" title="{{ commit.message }}">{{ commit.message }}</span>
  <span class="commit-id">{{ commit.id }}</span>
  <span class="commit-time">{{ commit.relative_time() }}</span>
</div>