disable /:owner/running route for now
This commit is contained in:
parent
bc1db07901
commit
7e68915ede
|
@ -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'
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
{{#each repo in repos}}
|
||||
{{owner-repo-tile repo=repo}}
|
||||
{{else}}
|
||||
<li>No active repos</li>
|
||||
{{no-repos}}
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue
Block a user