diff options
| author | Stan Hu <stanhu@gmail.com> | 2015-08-24 23:35:26 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2015-08-24 23:35:26 -0700 |
| commit | 3bee4a6712a654abeba4ce07eb17235c3240b487 (patch) | |
| tree | 03d8fdf7c6df029fec4fe21a9a37998a7cb40056 /features/project/commits | |
| parent | 24b282aeeaf5ba41c6b73100051eb48428787770 (diff) | |
| download | gitlab-ce-3bee4a6712a654abeba4ce07eb17235c3240b487.tar.gz | |
Fix "Reload with full diff" URL button in compare branch view
This button worked when viewing merge requests because the JavaScript
stripped the .html in the Ajax request. However, it left the .html suffix
in the compare branch view.
Diffstat (limited to 'features/project/commits')
| -rw-r--r-- | features/project/commits/commits.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index c4b206edc95..3ebc8a39aae 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -41,6 +41,7 @@ Feature: Project Commits Scenario: I browse big commit Given I visit big commit page Then I see big commit warning + And I see "Reload with full diff" link Scenario: I browse a commit with an image Given I visit a commit with an image that changed |
