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
89b9e3ba
Commit
89b9e3ba
authored
Jan 24, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Epic partial for issue board sidebar
parent
2ba5bfb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ee/app/views/shared/boards/components/sidebar/_epic.html.haml
...pp/views/shared/boards/components/sidebar/_epic.html.haml
+12
-0
No files found.
ee/app/views/shared/boards/components/sidebar/_epic.html.haml
0 → 100644
View file @
89b9e3ba
-
return
unless
@group
&
.
feature_available?
(
:epics
)
||
@project
&
.
group
&
.
feature_available?
(
:epics
)
.block.epic
.title
Epic
%span
.js-epic-label-loading
{
"v-if"
=>
"issue.isFetching && issue.isFetching.epic"
}
=
icon
(
'spinner spin'
,
class:
'loading-icon'
)
.value.js-epic-label
{
"v-if"
=>
"issue.isFetching && !issue.isFetching.epic"
}
%a
.bold
{
"v-if"
=>
"issue.epic"
,
":href"
=>
"issue.epic.url"
}
{{ issue.epic.title }}
.no-value
{
"v-if"
=>
"!issue.epic"
}
None
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