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
e9ef1416
Commit
e9ef1416
authored
Nov 10, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix epic header spacing
parent
b1a2b6c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
ee/app/assets/javascripts/epics/epic_show/components/epic_header.vue
...ts/javascripts/epics/epic_show/components/epic_header.vue
+16
-14
No files found.
ee/app/assets/javascripts/epics/epic_show/components/epic_header.vue
View file @
e9ef1416
...
@@ -28,20 +28,22 @@
...
@@ -28,20 +28,22 @@
<
template
>
<
template
>
<div
class=
"detail-page-header"
>
<div
class=
"detail-page-header"
>
Opened
<div
class=
"issuable-meta"
>
<timeagoTooltip
Opened
:time=
"created"
<timeagoTooltip
/>
:time=
"created"
by
<strong>
<user-avatar-link
:link-href=
"author.url"
:img-src=
"author.src"
:img-size=
"24"
:tooltipText=
"author.username"
:username=
"author.name"
imgCssClasses=
"avatar-inline"
/>
/>
</strong>
by
<strong>
<user-avatar-link
:link-href=
"author.url"
:img-src=
"author.src"
:img-size=
"24"
:tooltipText=
"author.username"
:username=
"author.name"
imgCssClasses=
"avatar-inline"
/>
</strong>
</div>
</div>
</div>
</
template
>
</
template
>
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