@(repository: service.RepositoryService.RepositoryInfo, info: Option[Any])(implicit context: app.Context) @import context._ @import view.helpers._ @html.main("Settings", Some(repository)){ @html.header("settings", repository) @menu("options", repository){ @helper.html.information(info)
Settings
@*
Features:
Adds lightweight Wiki system to this repository. This is the simplest way to provide documentation or examples. Only collaborators can edit Wiki pages.

Adds lightweight issue tracking integrated with this repository. All users who have signed in and can access this repository can register an issue.
*@
} }