Commit c301e441 authored by George Tsiolis's avatar George Tsiolis

Restore span wrapper for icon component

parent 0f1d8dfd
......@@ -500,12 +500,13 @@ export default {
{{ s__("Environments|Environment") }}
</div>
<icon
<span
v-if="model.hasDeployBoard"
:name="deployIconName"
class="deploy-board-icon"
@click="toggleDeployBoard"
/>
>
<icon :name="deployIconName" />
</span>
<span
v-if="!model.isFolder"
......
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