]> source.dussan.org Git - gitea.git/commit
Tab on user profile to show starred repos (#519)
authorAndrey Nering <andrey.nering@gmail.com>
Thu, 29 Dec 2016 14:58:24 +0000 (12:58 -0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 29 Dec 2016 14:58:24 +0000 (22:58 +0800)
commitb9928588834a9aad1771ba79f1d6638cdc29904a
tree790d6d87a1565076a1fd06d28618d465366b9350
parent2d1a1fce934cb87cc67b85083d342b14bb52b780
Tab on user profile to show starred repos (#519)

* Tab on user profile to show starred repos

* Make golint happy and use transactions on StarRepo function

* x -> sess

* Use sess.Close() instead of sess.Rollback()

* Add copyright

* Fix lint
cmd/web.go
models/repo.go
models/star.go [new file with mode: 0644]
options/locale/locale_en-US.ini
routers/user/profile.go
templates/base/head.tmpl
templates/user/profile.tmpl