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
Léo-Paul Géneau
gitlab-ce
Commits
02c16840
Commit
02c16840
authored
Jan 05, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken template
parent
da6af70a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/views/projects/jobs/_empty_state.html.haml
app/views/projects/jobs/_empty_state.html.haml
+6
-6
No files found.
app/views/projects/jobs/_empty_state.html.haml
View file @
02c16840
-
illustration
=
locals
.
fetch
(
:illustration
)
-
illustration_size
=
locals
.
fetch
(
:illustration_size
)
-
title
=
locals
.
fetch
(
:title
)
-
content
=
locals
.
fetch
(
:content
)
-
action
=
locals
.
fetch
(
:action
)
-
illustration
=
local
_assign
s
.
fetch
(
:illustration
)
-
illustration_size
=
local
_assign
s
.
fetch
(
:illustration_size
)
-
title
=
local
_assign
s
.
fetch
(
:title
)
-
content
=
local
_assign
s
.
fetch
(
:content
)
-
action
=
local
_assign
s
.
fetch
(
:action
)
.row.empty-state
.col-xs-12
...
...
@@ -12,6 +12,6 @@
.text-content
%h4
.text-center
=
title
%p
=
content
-
if
action
?
-
if
action
.text-center
=
action
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