diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-16 16:13:22 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-16 16:13:22 +0100 |
commit | 79c90821acdcaeac9147f2cfab4ae0857f85d8be (patch) | |
tree | e6e136f422e4b020239df0e8d1135cbe3a9ebc58 /spec/javascripts | |
parent | 41d6b3701ef13242e727515ee0bc9f4e622ced2d (diff) | |
download | gitlab-ce-79c90821acdcaeac9147f2cfab4ae0857f85d8be.tar.gz |
Rename .issuable-details to .detail-page (and -header and -description)
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/fixtures/issues_show.html.haml | 2 | ||||
-rw-r--r-- | spec/javascripts/fixtures/merge_requests_show.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/fixtures/issues_show.html.haml b/spec/javascripts/fixtures/issues_show.html.haml index 7e8b2a64351..8447dfdda32 100644 --- a/spec/javascripts/fixtures/issues_show.html.haml +++ b/spec/javascripts/fixtures/issues_show.html.haml @@ -1,6 +1,6 @@ %a.btn-close -.issue-details +.detail-page-description .description.js-task-list-container .wiki %ul.task-list diff --git a/spec/javascripts/fixtures/merge_requests_show.html.haml b/spec/javascripts/fixtures/merge_requests_show.html.haml index f0c622935f8..8447dfdda32 100644 --- a/spec/javascripts/fixtures/merge_requests_show.html.haml +++ b/spec/javascripts/fixtures/merge_requests_show.html.haml @@ -1,6 +1,6 @@ %a.btn-close -.merge-request-details +.detail-page-description .description.js-task-list-container .wiki %ul.task-list |