summaryrefslogtreecommitdiff
path: root/app/helpers/compare_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve create_mr_button? performance.Douwe Maan2015-05-091-5/+4
|
* Add Create Merge Request buttons to commits page and push event.Douwe Maan2015-05-091-12/+12
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+8
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-2/+2
|
* Fix bug with showing create merge request button while merge request are ↵Alexander Vagin2013-12-041-1/+3
| | | | disabled in project settings
* Compare link for branchesDmitriy Zaporozhets2013-09-121-0/+1
|
* Right branches for mr link at Compare viewDmitriy Zaporozhets2013-09-121-1/+1
|
* Compare page improvedDmitriy Zaporozhets2013-09-121-0/+12
* Show new merge request button from compare page * Show message if user selected same branches * Show message if compared branches are the same * Prepend inputs with from/to labels