summaryrefslogtreecommitdiffstats
path: root/templates/repo/watchers.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
| | | | | | | * Add main aria landmark to templates * Adjust some titles to improve understanding of location in navigation Contributed by @Forgejo
* Add class to page content to unify top margin (#13766)silverwind2020-11-301-1/+1
| | | | | | | | | | | | | | | | | | | * Add class to page content to unify top margin Previously pages would individually set this margin but some didn't so content would stick to the header without any space. Resolve this by adding a new class that is added on all pages. The only place where we remove this margin again is on the pages with menu or wrapper in the header. * fix admin notices * fix team pages * fix loading segment on gitgraph for arc-green * fix last missing case Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* #1692 APIs: Users FollowersUnknwon2015-12-211-51/+1
| | | | | - User profile un/follow - List user's followers/following
* Indent all templates with tabsAdam Strzelecki2015-12-081-52/+52
| | | | | | | | | | | | 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
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-031-1/+0
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-021-1/+1
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* new watchers, stars and forks UIUnknwon2015-11-161-57/+53
|
* changed integrated page number to GETkendaru2015-10-021-3/+3
|
* fixed HTML indentingSteven2015-10-011-1/+1
|\
| * implemented #1721: see users who forked/starred/watched a repositorySteven2015-10-011-0/+61
|
* implemented #1721: see users who forked/starred/watched a repositorySteven2015-10-011-0/+61