@(repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context) @import context._ @import view.helpers._ @html.main("Danger Zone", Some(repository)){ @html.header("settings", repository){ @menu("danger", repository){
Danger Zone
Transfer this repo to another user or to group.
@helper.html.account("newOwner", 150)
Once you delete a repository, there is no going back.
} } }