From ebfcf90d9935fa08d6f9e020485fc7c966bc50f9 Mon Sep 17 00:00:00 2001 From: kilo Date: Mon, 16 Oct 2017 03:08:21 +0200 Subject: [PATCH] Update classic.css (#1670) * Update classic.css * coveralls test * add additional user search route --- controllers/user/router.go | 1 + public/css/themes/classic.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/user/router.go b/controllers/user/router.go index 8e24d59c..4d5fa64f 100644 --- a/controllers/user/router.go +++ b/controllers/user/router.go @@ -26,6 +26,7 @@ func init() { // User Profile specific routes userRoutes := router.Get().Group("/user") { + userRoutes.GET("", UserProfileHandler) userRoutes.GET("/:id", UserProfileHandler) userRoutes.GET("/:id/:username", UserProfileHandler) userRoutes.GET("/:id/:username/follow", UserFollowHandler) diff --git a/public/css/themes/classic.css b/public/css/themes/classic.css index 05626ce8..9d1267be 100644 --- a/public/css/themes/classic.css +++ b/public/css/themes/classic.css @@ -425,7 +425,7 @@ span.comment-index+p a:hover { float: right; margin-top: 7px; } -.torrent-buttons a{ +.torrent-buttons a, .torrent-buttons button { height: 26px!important; background: linear-gradient(to bottom, #33ca98 0%, #336867 72%); color: white!important;