aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/notice.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* fix template error (#6737)Lanre Adelowo2019-04-241-1/+1
|
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-23/+1
|
* Don't display buttons if there are no system notifications (#4280)Lanre Adelowo2018-07-051-24/+26
| | | | | | * Don't display buttons if there are no notices * remove redundant gt check
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-85/+81
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-96/+96
| | | | | | | | | | | | 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
* #2052 advanced select ops for system noticesUnknwon2015-12-051-10/+48
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+3
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-33/+32
|
* Add total next to system noticeAntoine GIRARD2015-09-251-1/+1
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-52/+62
|
* fix #711Unknwon2014-12-091-2/+2
|
* Fix #532, add system noticeUnknwon2014-10-081-0/+54