From 6a451a2b5986bf5c27f20a00000495da1064c386 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 23 Mar 2017 23:32:40 -0300 Subject: [PATCH] Minor improvements on commit graph UI (#1380) * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page --- options/locale/locale_en-US.ini | 1 + templates/repo/commits.tmpl | 4 ++-- templates/repo/graph.tmpl | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a13e42486..225107596 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -503,6 +503,7 @@ file_permalink = Permalink file_too_large = This file is too large to be shown video_not_supported_in_browser = Your browser doesn't support HTML5 video tag. stored_lfs = Stored with Git LFS +commit_graph = Commit graph editor.new_file = New file editor.upload_file = Upload file diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 198f3cc08..ee52557fb 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -5,12 +5,12 @@