Kaynağa Gözat

fix: admin locale - help button

NGPixel 5 yıl önce
ebeveyn
işleme
330c90229e
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      client/components/admin/admin-locale.vue

+ 3 - 1
client/components/admin/admin-locale.vue

@@ -8,7 +8,9 @@
             .headline.primary--text.animated.fadeInLeft {{ $t('admin:locale.title') }}
             .headline.primary--text.animated.fadeInLeft {{ $t('admin:locale.title') }}
             .subtitle-1.grey--text.animated.fadeInLeft.wait-p4s {{ $t('admin:locale.subtitle') }}
             .subtitle-1.grey--text.animated.fadeInLeft.wait-p4s {{ $t('admin:locale.subtitle') }}
           v-spacer
           v-spacer
-          v-btn.animated.fadeInDown(color='success', depressed, @click='save', large, :loading='loading')
+          v-btn.animated.fadeInDown.wait-p3s(icon, outlined, color='grey', href='https://docs.requarks.io/locales', target='_blank')
+            v-icon mdi-help-circle
+          v-btn.animated.fadeInDown.ml-3(color='success', depressed, @click='save', large, :loading='loading')
             v-icon(left) mdi-check
             v-icon(left) mdi-check
             span {{$t('common:actions.apply')}}
             span {{$t('common:actions.apply')}}
         v-form.pt-3
         v-form.pt-3