Commit 38213c2e authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflict for app/assets/javascripts/cycle_analytics/components/stage_component.vue

parent 90417f68
......@@ -47,26 +47,14 @@
<a
:href="issue.url"
class="issue-link"
<<<<<<< HEAD
>
#{{ issue.iid }}
</a>
=======
>#{{ issue.iid }}</a>
>>>>>>> upstream/master
&middot;
<span>
{{ s__('OpenedNDaysAgo|Opened') }}
<a
:href="issue.url"
class="issue-date"
<<<<<<< HEAD
>
{{ issue.createdAt }}
</a>
=======
>{{ issue.createdAt }}</a>
>>>>>>> upstream/master
</span>
<span>
{{ s__('ByAuthor|by') }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment