diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 77f2df635..1a86e8102 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -812,7 +812,6 @@ release.releases = Releases release.new_release = New Release release.draft = Draft release.prerelease = Pre-Release -release.stable = Stable release.edit = edit release.ahead = %d commits to %s since this release release.source_code = Source Code diff --git a/public/css/gogs.css b/public/css/gogs.css index 16705753f..b0b3d45b6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2183,11 +2183,11 @@ footer .ui.language .menu { } .repository.release #release-list > li .meta .tag:not(.icon) { display: block; - margin-top: 15px; + margin-top: 6px; } .repository.release #release-list > li .meta .commit { display: block; - margin-top: 10px; + margin-top: 6px; } .repository.release #release-list > li .detail { border-left: 1px solid #DDD; diff --git a/public/less/_repository.less b/public/less/_repository.less index ebe1d609f..4101e0d63 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1146,11 +1146,11 @@ .tag:not(.icon) { display: block; - margin-top: 15px; + margin-top: 6px; } .commit { display: block; - margin-top: 10px; + margin-top: 6px; } } .detail { diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 5ad5139c2..08197d79a 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -15,7 +15,7 @@
- + {{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}} @@ -23,7 +23,7 @@
- + {{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}} @@ -32,7 +32,7 @@
{{if .CanBeForked}}
- + {{$.i18n.Tr "repo.fork"}} diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index 429ca8201..284035d1e 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -19,11 +19,9 @@