Browse Source

fix: source view path typo

pull/901/head
Nick 5 years ago
parent
commit
c82b7066bb
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/source.vue

2
client/components/source.vue

@ -4,7 +4,7 @@
v-content
v-toolbar(color='primary', dark)
i18next.subheading(path='common:page.viewingSource', tag='div')
strong(place='path') /{{path}}]
strong(place='path') /{{path}}
template(v-if='$vuetify.breakpoint.mdAndUp')
v-spacer
.caption.blue--text.text--lighten-3 {{$t('common:page.id', { id: pageId })}}

Loading…
Cancel
Save