
We rely on the order of repositories when we set current repo on the main page. That's why we need to do sorting in the controller.
6 lines
145 B
Handlebars
6 lines
145 B
Handlebars
{{#each repos as |repo|}}
|
|
{{repos-list-item repo=repo selectedRepo=selectedRepo}}
|
|
{{else}}
|
|
<p class="empty">{{noReposMessage}}</p>
|
|
{{/each}}
|