Refactor database schema.

This commit is contained in:
takezoe
2013-06-03 19:04:57 +09:00
parent d3ad0efdcd
commit 2413fca648
9 changed files with 173 additions and 89 deletions

View File

@@ -26,8 +26,8 @@
@repositories.map { repository =>
<div class="block">
<div class="block-header-2"><a href="@path/@repository.owner/@repository.name">@repository.name</a></div>
<div>@repository.project.description</div>
<div><span class="description small">Last updated: @repository.project.lastActivityDate</span></div>
<div>@repository.repository.description</div>
<div><span class="description small">Last updated: @repository.repository.lastActivityDate</span></div>
</div>
}
</div>