mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 04:24:05 +00:00
Use html landmark elements (#1361)
Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<NavbarIcon :title="$t('repo.pipeline.tasks')" class="!p-1.5 relative" @click="toggle">
|
||||
<NavbarIcon :title="$t('pipeline_feed')" class="!p-1.5 relative" @click="toggle">
|
||||
<div v-if="activePipelines.length > 0" class="spinner">
|
||||
<div class="spinner-ring ring1" />
|
||||
<div class="spinner-ring ring2" />
|
||||
|
Reference in New Issue
Block a user