Commit 151569e5 authored by Mike Greiling's avatar Mike Greiling

allow path without url within collapsable merge request section

parent 8f9409dc
......@@ -61,11 +61,15 @@
in
<a
v-if="issue.urlPath"
:href="issue.urlPath"
target="_blank"
rel="noopener noreferrer nofollow">
{{issue.path}}<template v-if="issue.line">:{{issue.line}}</template>
</a>
<template v-else>
{{issue.path}}<template v-if="issue.line">:{{issue.line}}</template>
</template>
</template>
</li>
......
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