Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 22:02:38 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 22:09:10 +0300
commit5112181192d4c1984ed04960802f9fbbff353fb0 (patch)
treefd89fdfbdda529898b8fe440940205b1eb2a4f2d /app/assets/javascripts/cycle_analytics
parent16ec39568c2e1688954a6e304e6a23e9d7b661ed (diff)
Do not show overview message if there’s already CA data
Diffstat (limited to 'app/assets/javascripts/cycle_analytics')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es68
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6
index 09cd3dba6a5..3bb01c67206 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6
+++ b/app/assets/javascripts/cycle_analytics/components/stage_issue_component.js.es6
@@ -28,10 +28,10 @@
<a :href="issue.url" class="issue-date">{{ issue.createdAt }}</a>
</span>
<span>
- by
- <a :href="issue.author.webUrl" class="issue-author-link">
- {{ issue.author.name }}
- </a>
+ by
+ <a :href="issue.author.webUrl" class="issue-author-link">
+ {{ issue.author.name }}
+ </a>
</span>
</div>
<div class="item-time">