From d1c327d508e5d3c1ad9237ccf7c7d5b6cc21be8a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 24 Jan 2017 21:15:44 -0500 Subject: [PATCH] repo/home.tmpl: only ellipsis on repository name File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758. --- README.md | 2 +- gogs.go | 2 +- templates/.VERSION | 2 +- templates/repo/home.tmpl | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8689e6aa2..048a25690 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current tip version: 0.9.115 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions ~~or submit a task on [alpha stage automated binary building system](https://build.gogs.io/)~~) +##### Current tip version: 0.9.116 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions ~~or submit a task on [alpha stage automated binary building system](https://build.gogs.io/)~~) | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/gogs.go b/gogs.go index fd458a488..03b762bb3 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.115.0103" +const APP_VER = "0.9.116.0124" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index 5014f536e..d66ae3bf4 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.115.0103 \ No newline at end of file +0.9.116.0124 \ No newline at end of file diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 88e74eb61..f059ea19f 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -18,16 +18,16 @@ {{template "repo/branch_dropdown" .}}