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 @@ ...@@ -47,26 +47,14 @@
<a <a
:href="issue.url" :href="issue.url"
class="issue-link" class="issue-link"
<<<<<<< HEAD
>
#{{ issue.iid }}
</a>
=======
>#{{ issue.iid }}</a> >#{{ issue.iid }}</a>
>>>>>>> upstream/master
&middot; &middot;
<span> <span>
{{ s__('OpenedNDaysAgo|Opened') }} {{ s__('OpenedNDaysAgo|Opened') }}
<a <a
:href="issue.url" :href="issue.url"
class="issue-date" class="issue-date"
<<<<<<< HEAD
>
{{ issue.createdAt }}
</a>
=======
>{{ issue.createdAt }}</a> >{{ issue.createdAt }}</a>
>>>>>>> upstream/master
</span> </span>
<span> <span>
{{ s__('ByAuthor|by') }} {{ 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