diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 9317560eb..ab5c92c01 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -58,6 +58,12 @@ background:none; border-bottom: 1px solid #000; } +.hometop .following.bar #navbar .brand{ + padding-top: .78571429em; +} +.hometop .following.bar .brand .ui.mini.image { + height: 50px; +} .homebanner{ position: relative; diff --git a/custom/public/img/icon-403@2x.png b/custom/public/img/icon-403@2x.png new file mode 100644 index 000000000..65bc29cd8 Binary files /dev/null and b/custom/public/img/icon-403@2x.png differ diff --git a/custom/public/img/icon-404@2x.png b/custom/public/img/icon-404@2x.png new file mode 100644 index 000000000..d5e606cbb Binary files /dev/null and b/custom/public/img/icon-404@2x.png differ diff --git a/custom/public/img/icon-500@2x.png b/custom/public/img/icon-500@2x.png new file mode 100644 index 000000000..e493b71c7 Binary files /dev/null and b/custom/public/img/icon-500@2x.png differ diff --git a/custom/public/img/logo-w.svg b/custom/public/img/logo-w.svg new file mode 100644 index 000000000..867acc1e2 --- /dev/null +++ b/custom/public/img/logo-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom/public/img/logo.svg b/custom/public/img/logo.svg new file mode 100644 index 000000000..b2330f885 --- /dev/null +++ b/custom/public/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 98821ee2a..67fc9ef58 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -287,7 +287,7 @@ email_domain_blacklisted=您不能使用您的电子邮件地址注册。 authorize_application=应用授权 authorize_redirect_notice=如果您授权此应用,您将会被重定向到 %s。 authorize_application_created_by=此应用由%s创建。 -authorize_application_description=如果您允许,它将能够读取和修改您的所有帐户信息,包括私人项目和组织。 +authorize_application_description=如果您允许,它将能够读取您的个人信息。 authorize_title=授权 %s 访问您的帐户? authorization_failed=授权失败 authorization_failed_desc=授权失败,这是一个无效的请求。请联系尝试授权应用的管理员。 diff --git a/routers/routes/routes.go b/routers/routes/routes.go index 4f1f6f314..c8f0d251c 100755 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -305,7 +305,7 @@ func RegisterRoutes(m *macaron.Macaron) { m.Head("/", func() string { return "" }) - m.Get("/", routers.ExploreRepos) + m.Get("/", routers.Dashboard) m.Get("/dashboard", routers.Dashboard) m.Group("/explore", func() { m.Get("", func(ctx *context.Context) { diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 921fe7f8b..86ef0d98e 100755 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -5,15 +5,15 @@