summaryrefslogtreecommitdiffstats
path: root/templates/admin/navbar.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Implement Default Webhooks (#4299)Russell Aunger2019-03-181-1/+4
| | | | | | | | Partially implement #770. Add "Default Webhooks" page in site admin UI. Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0. Upon repo creation, copy the set of default webhooks into the new repo.
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-29/+26
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-25/+25
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* new UI on admin/monitorUnknwon2015-08-191-0/+29