13 Commits (e78786ef39526fac6705a831fc291c55f1ca091b)

Author SHA1 Message Date
Ethan Koenig bde0409433 Fix repo links on user profile (#3197) 7 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage (#3142)
* 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
7 years ago
Ethan Koenig 03eb47b216 Fix repo links (#3093) 7 years ago
Lunny Xiao aec826b023 fix template error on explore repos (#2319) 7 years ago
Bo-Yi Wu 23aba523b5 feat: support search bar on star tab of user profile. (#917)
* feat: support search bar on star tab of user profile.

* fix: update testing.

* fix: Using loadAttributes

* fix: remove empty line.

* remove LOWER

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Lunny Xiao 590a79ff8a Resolved #296 (#324)
* resolved #296

* Indentation fixed
8 years ago
Lunny Xiao abf6c3a8e3 bug fixed caused by #295 (#299) 8 years ago
Unknwon 971e2c3bd6 Upgrade octicon to 4.3.0 8 years ago
Jan Christophersen 1e74ee51ff Using HTML Description of repositories in the 'Explore' view. Fixes #2800 8 years ago
Andrey Nering 13e71acadf Render emojis in more places. 8 years ago
Unknwon f43cc90841 #2287 Truncate repository name if too long 9 years ago
Adam Strzelecki da2585c11e Indent all templates with tabs
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
9 years ago
Unknwon 52c8f69163 fix #650 9 years ago