aboutsummaryrefslogtreecommitdiff
path: root/templates/user/settings/email.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
|
* templates/user/settings: fix delete email button (#4998)Larry Li2018-03-06
|
* user/setting: improve UIUnknwon2017-04-07
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* finish all new user settings UIUnknwon2015-09-10
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | - routers/user: little code format - conf/locale: update French locale
* public/ng/css: code fix on #895Unknwon2015-02-03
| | | | - templates/user/settings: fix email panel nav highlight
* fix settings/email html&cssAlexey Makhov2015-02-03
|
* Forgot to i18n "Primary"Peter Smit2014-12-22
|
* Create English locale keys for multiple e-mails featurePeter Smit2014-12-22
| | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty
* Finish method for having multiple emails/user.Peter2014-12-17
All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.