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