Skip to content
Snippets Groups Projects

Add gitlab-ci file

Merged CaTasTrOOf requested to merge CaTasTrOOf/wotwizard-ui:gitlab-cicd into master
Compare and
6 files
+ 36
7
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,7 +5,10 @@
@@ -5,7 +5,10 @@
<img :src="$icon(512)" alt="Accueil" class="logo" />
<img :src="$icon(512)" alt="Accueil" class="logo" />
<div>
<div>
<h1 class="h3">
<h1 class="h3">
Wotwizard <small><span class="small">v0.22</span></small>
Wotwizard
 
<small
 
><span class="small">v{{ $config.clientVersion }}</span></small
 
>
</h1>
</h1>
<small class="text-muted">{{ $t("slogan") }}</small>
<small class="text-muted">{{ $t("slogan") }}</small>
</div>
</div>
Loading