File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 class =" tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-w-14 tw-h-8 tw-text-center"
2626 active-class =" tw-border-b-2 active-text-color tw-text-sky-600 tw-border-blue-500" >OpenTS
2727 </a >
28- <router-link v-if =" locale !== 'en'" to =" /recruit"
29- class =" tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-h-8 tw-text-center"
28+ <router-link to =" /recruit" class =" tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-h-8 tw-text-center"
3029 active-class =" tw-border-b-2 active-text-color tw-text-sky-600 tw-border-blue-500" >
3130 {{ $t("JoinPage") }}
3231 </router-link >
3635 <q-fab-action class =" tw-bg-white" :label =" $t('IndexPage')" to =" /index" />
3736 <q-fab-action class =" tw-bg-white" :label =" $t('publicationPage')" to =" /papers" />
3837 <q-fab-action class =" tw-bg-white" :label =" $t('MemberPage')" to =" /member" />
39- <q-fab-action class =" tw-bg-white" :label =" $t('ProjectPage')" to =" /project" />
38+ <q-fab-action v-if = " locale !== 'en' " class =" tw-bg-white" :label =" $t('ProjectPage')" to =" /project" />
4039 <q-fab-action class =" tw-bg-white" label =" OpenTS" href =" https://decisionintelligence.github.io/OpenTS/"
4140 target =" _blank" />
4241 <q-fab-action class =" tw-bg-white" :label =" $t('JoinPage')" to =" /recruit" />
You can’t perform that action at this time.
0 commit comments