disable /:owner/running route for now

This commit is contained in:
Lisa P 2015-08-12 15:58:55 +02:00
parent bc1db07901
commit 7e68915ede
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Router.map ->
@resource 'owner', path: '/:owner', ->
@route 'repositories', path: '/'
@route 'running', path: '/running'
# @route 'running', path: '/running'
@route 'error404', path: '/*path'

View File

@ -2,6 +2,6 @@
{{#each repo in repos}}
{{owner-repo-tile repo=repo}}
{{else}}
<li>No active repos</li>
{{no-repos}}
{{/each}}
</ul>