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
3e5fd672
Commit
3e5fd672
authored
Feb 13, 2021
by
yo
Committed by
Yogi
Feb 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove illustration in export/import CSV modal
parent
d6b39535
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
20 deletions
+4
-20
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+0
-12
app/views/projects/issues/import_csv/_modal.html.haml
app/views/projects/issues/import_csv/_modal.html.haml
+2
-4
app/views/shared/issuable/csv_export/_modal.html.haml
app/views/shared/issuable/csv_export/_modal.html.haml
+2
-4
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
3e5fd672
...
@@ -132,18 +132,6 @@ body.modal-open {
...
@@ -132,18 +132,6 @@ body.modal-open {
.issuable-export-modal
{
.issuable-export-modal
{
.modal-header
{
.modal-header
{
justify-content
:
flex-start
;
justify-content
:
flex-start
;
.import-export-svg-container
{
flex-grow
:
1
;
height
:
56px
;
padding
:
$gl-btn-padding
$gl-btn-padding
0
;
text-align
:
right
;
.illustration
{
height
:
inherit
;
width
:
initial
;
}
}
}
}
.modal-body
{
.modal-body
{
...
...
app/views/projects/issues/import_csv/_modal.html.haml
View file @
3e5fd672
...
@@ -2,11 +2,9 @@
...
@@ -2,11 +2,9 @@
.modal-dialog
.modal-dialog
.modal-content
.modal-content
=
form_tag
import_csv_namespace_project_issues_path
,
multipart:
true
do
=
form_tag
import_csv_namespace_project_issues_path
,
multipart:
true
do
.modal-header
.modal-header
.gl-display-flex
%h
3
%h
4
.gl-m-0
=
_
(
'Import issues'
)
=
_
(
'Import issues'
)
.svg-content.import-export-svg-container
=
image_tag
'illustrations/export-import.svg'
,
alt:
_
(
'Import/Export illustration'
),
class:
'illustration'
%a
.close
{
href:
'#'
,
'data-dismiss'
=>
'modal'
}
×
%a
.close
{
href:
'#'
,
'data-dismiss'
=>
'modal'
}
×
.modal-body
.modal-body
.modal-text
.modal-text
...
...
app/views/shared/issuable/csv_export/_modal.html.haml
View file @
3e5fd672
...
@@ -3,11 +3,9 @@
...
@@ -3,11 +3,9 @@
.modal.issuable-export-modal
{
class:
class_name
}
.modal.issuable-export-modal
{
class:
class_name
}
.modal-dialog
.modal-dialog
.modal-content
{
data:
{
qa_selector:
"export_issuable_modal"
}
}
.modal-content
{
data:
{
qa_selector:
"export_issuable_modal"
}
}
.modal-header
.modal-header
.gl-display-flex
%h
3
%h
4
.gl-m-0
=
_
(
"Export %{issuable_type}"
%
{
issuable_type:
issuable_type
.
humanize
(
capitalize:
false
)
})
=
_
(
"Export %{issuable_type}"
%
{
issuable_type:
issuable_type
.
humanize
(
capitalize:
false
)
})
.svg-content.import-export-svg-container
=
image_tag
'illustrations/export-import.svg'
,
role:
"presentation"
,
class:
'illustration'
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
=
sprite_icon
(
'close'
,
css_class:
'gl-icon'
)
=
sprite_icon
(
'close'
,
css_class:
'gl-icon'
)
.modal-body
.modal-body
...
...
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