Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5c72a5b7
Commit
5c72a5b7
authored
Jun 06, 2018
by
Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix export issues modal
parent
e55722a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
6 deletions
+23
-6
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+17
-0
ee/app/views/projects/issues/export_issues/_csv_download.html.haml
...ews/projects/issues/export_issues/_csv_download.html.haml
+6
-6
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
5c72a5b7
...
@@ -91,3 +91,20 @@ body.modal-open {
...
@@ -91,3 +91,20 @@ body.modal-open {
margin
:
0
;
margin
:
0
;
}
}
}
}
.export-modal-header
{
justify-content
:
flex-start
;
.export-svg-container
{
flex-grow
:
1
;
>
svg
{
float
:
right
;
}
}
}
.export-modal-subheader
{
justify-content
:
flex-start
;
align-items
:
center
;
}
ee/app/views/projects/issues/export_issues/_csv_download.html.haml
View file @
5c72a5b7
...
@@ -2,15 +2,15 @@
...
@@ -2,15 +2,15 @@
.issues-export-modal.modal
.issues-export-modal.modal
.modal-dialog
.modal-dialog
.modal-content
.modal-content
.modal-header
.modal-header.export-modal-header
%a
.close
{
href:
'#'
,
'data-dismiss'
=>
'modal'
}
×
.export-svg-container.float-right
=
render
'projects/issues/export_issues/export_issues_list.svg'
%h3
%h3
Export issues
Export issues
.modal-header
.export-svg-container
=
render
'projects/issues/export_issues/export_issues_list.svg'
%a
.close
{
href:
'#'
,
'data-dismiss'
=>
'modal'
}
×
.modal-header.export-modal-subheader
=
icon
(
'check'
,
{
class:
'export-checkmark'
})
=
icon
(
'check'
,
{
class:
'export-checkmark'
})
%strong
%strong
.prepend-left-10
#{
pluralize
(
issuables_count_for_state
(
:issues
,
params
[
:state
]),
'issue'
)
}
selected
#{
pluralize
(
issuables_count_for_state
(
:issues
,
params
[
:state
]),
'issue'
)
}
selected
.modal-body
.modal-body
%div
%div
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment