Skip to content

Commit

Permalink
Add no branches text (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored Feb 1, 2024
1 parent a801f8c commit dd465ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/views/repo/RepoBranches.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<div v-else-if="loading" class="flex justify-center text-wp-text-100">
<Icon name="spinner" />
</div>
<Panel v-else class="flex justify-center">
{{ $t('empty_list', { entity: $t('repo.branches') }) }}
</Panel>
</div>
</template>
Expand Down

0 comments on commit dd465ad

Please sign in to comment.