Skip to content

Commit

Permalink
[5.x] Entries Tree View: Make it possible to "open in new tab" (#10041)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <[email protected]>
  • Loading branch information
duncanmcclean and jasonvarga authored May 10, 2024
1 parent 8dc6106 commit a9b1a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/js/components/structures/Branch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<div class="little-dot rtl:ml-2 ltr:mr-2" :class="getStatusClass()" v-tooltip="getStatusTooltip()" />
<svg-icon name="home-page" class="rtl:ml-2 ltr:mr-2 h-4 w-4 text-gray-800" v-if="isRoot" v-tooltip="__('This is the root page')" />
<a
@click="$emit('edit', $event)"
@click.prevent="$emit('edit', $event)"
:class="{ 'text-sm font-medium': isTopLevel }"
:href="page.edit_url"
v-text="title" />

<span v-if="showSlugs" class="rtl:mr-2 ltr:ml-2 font-mono text-gray-700 text-2xs pt-px">
Expand Down

0 comments on commit a9b1a6f

Please sign in to comment.