UI changes:
* .page_title class added. Used for better page headers * improved help page * added back links for help pages * show app version & revision on help page Backend changes: * Gitab::Version && Gitlab::Revision constants
This commit is contained in:
parent
ad3f4922ee
commit
6a58deb536
24 changed files with 85 additions and 32 deletions
4
config/initializers/gitlab/10_app.rb
Normal file
4
config/initializers/gitlab/10_app.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Gitlab
|
||||
Version = File.read(Rails.root.join("VERSION"))
|
||||
Revision = `git log --pretty=format:'%h' -n 1`
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue