Commit b32465712becfbcf83d63b1e6eff7d1483fdabea

Authored by randx
1 parent 1903f6ad

Up to 2.6

CHANGELOG
  1 +v 2.6.0
  2 + - UI polished
  3 + - Improved network graph + keyboard nav
  4 + - Handle huge commits
  5 + - Last Push widget
  6 + - Bugfix
  7 + - Better perfomance
  8 + - Email in resque
  9 + - Increased test coverage
  10 + - Ability to remove branch with MR accept
  11 + - a lot of code refactored
  12 +
1 13 v 2.5.0
2 14 - UI polished
3 15 - Git blame for file
... ...
VERSION
1   -2.5.0
  1 +2.6.0
... ...
app/views/help/index.html.haml
1 1 %h3.cgray
2 2 GITLAB
3   - %span.right v2.5
  3 + %span.right v2.6
4 4 %hr
5 5 %h4 Self Hosted Git Management
6 6 %h4 Fast, secure and stable solution based on Ruby on Rails & Gitolite.
... ...