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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
f9cfe78a
Commit
f9cfe78a
authored
May 30, 2018
by
Paul Slaughter
Committed by
Clement Ho
May 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update "col-xs" usage to bootstrap4
parent
bcdcea1e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/boards/components/modal/empty_state.js
...assets/javascripts/boards/components/modal/empty_state.js
+2
-2
app/views/shared/dashboard/_no_filter_selected.html.haml
app/views/shared/dashboard/_no_filter_selected.html.haml
+2
-2
app/views/shared/empty_states/_wikis_layout.html.haml
app/views/shared/empty_states/_wikis_layout.html.haml
+2
-2
No files found.
app/assets/javascripts/boards/components/modal/empty_state.js
View file @
f9cfe78a
...
@@ -41,10 +41,10 @@ gl.issueBoards.ModalEmptyState = Vue.extend({
...
@@ -41,10 +41,10 @@ gl.issueBoards.ModalEmptyState = Vue.extend({
template
:
`
template
:
`
<section class="empty-state">
<section class="empty-state">
<div class="row">
<div class="row">
<div class="col-
xs-12 col-sm-6 order-sm
-last">
<div class="col-
12 col-md-6 order-md
-last">
<aside class="svg-content"><img :src="emptyStateSvg"/></aside>
<aside class="svg-content"><img :src="emptyStateSvg"/></aside>
</div>
</div>
<div class="col-
xs-12 col-sm-6 order-sm
-first">
<div class="col-
12 col-md-6 order-md
-first">
<div class="text-content">
<div class="text-content">
<h4>{{ contents.title }}</h4>
<h4>{{ contents.title }}</h4>
<p v-html="contents.content"></p>
<p v-html="contents.content"></p>
...
...
app/views/shared/dashboard/_no_filter_selected.html.haml
View file @
f9cfe78a
.row.empty-state.text-center
.row.empty-state.text-center
.col-
xs-
12
.col-12
.svg-130.prepend-top-default
.svg-130.prepend-top-default
=
image_tag
'illustrations/issue-dashboard_results-without-filter.svg'
=
image_tag
'illustrations/issue-dashboard_results-without-filter.svg'
.col-
xs-
12
.col-12
.text-content
.text-content
%h4
%h4
=
_
(
"Please select at least one filter to see results"
)
=
_
(
"Please select at least one filter to see results"
)
app/views/shared/empty_states/_wikis_layout.html.haml
View file @
f9cfe78a
.row.empty-state
.row.empty-state
.col-
xs-
12
.col-12
.svg-content
.svg-content
=
image_tag
image_path
=
image_tag
image_path
.col-
xs-
12
.col-12
.text-content.text-center
.text-content.text-center
=
yield
=
yield
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