From c82b7066bb024ab2853327abb296bacc86d27349 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 21 Jun 2019 23:57:37 -0400 Subject: [PATCH] fix: source view path typo --- client/components/source.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/source.vue b/client/components/source.vue index f886ccca..31ac1822 100644 --- a/client/components/source.vue +++ b/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 })}}