strict equality

This commit is contained in:
Bamieh 2017-08-27 17:02:12 +03:00 committed by Nicolas Giard
parent 4b33a83d4e
commit 782e13f602

View File

@ -15,7 +15,7 @@ block rootNavRight
a.button.is-outlined(v-on:click='$store.dispatch("modalMovePage/open")')
i.nc-icon-outline.arrows-1_shuffle-98
span= t('nav.move')
if appconfig.theme.viewSource == "all" || rights.write && appconfig.theme.viewSource == "write"
if appconfig.theme.viewSource === "all" || rights.write && appconfig.theme.viewSource === "write"
a.button.is-outlined(href='/source/' + pageData.meta.path)
i.nc-icon-outline.education_paper
span= t('nav.source')