Files

13 lines
364 B
Handlebars
Raw Permalink Normal View History

2015-11-16 23:28:46 -05:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository forks">
2015-12-07 23:30:52 +01:00
{{template "repo/header" .}}
<div class="ui container fork-list">
2015-12-07 23:30:52 +01:00
<h2 class="ui dividing header">
{{ctx.Locale.Tr "repo.forks"}}
2015-12-07 23:30:52 +01:00
</h2>
{{template "shared/repo/list" .}}
{{template "base/paginate" .}}
2015-12-07 23:30:52 +01:00
</div>
</div>
2015-11-16 23:28:46 -05:00
{{template "base/footer" .}}