Commit 81118dd7 authored by Bryce Johnson's avatar Bryce Johnson

One attr per line in linked_pipeline.

parent 32b4426b
......@@ -24,14 +24,15 @@ export default {
ciStatus,
},
};
</script>
<template>
<li class="linked-pipeline build">
<div class="curve"></div>
<div>
<a :href="pipelinePath" class="linked-pipeline-content">
<a
:href="pipelinePath"
class="linked-pipeline-content">
<span class="linked-pipeline-status ci-status-text">
<ci-status :status="pipelineStatus"/>
</span>
......
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