mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
move the information about GRadido being free to the auth layout
This commit is contained in:
parent
4c6da8f4d4
commit
7e57c7d155
@ -13,7 +13,6 @@
|
||||
<b-button variant="primary" :to="register">
|
||||
{{ $t('gdd_per_link.to-register') }}
|
||||
</b-button>
|
||||
<p class="mt-3">{{ $t('gdd_per_link.isFree') }}</p>
|
||||
</b-col>
|
||||
<b-col sm="12" md="6" class="mt-xs-6 mt-sm-6 mt-md-0">
|
||||
<p>{{ $t('gdd_per_link.has-account') }}</p>
|
||||
|
||||
@ -70,6 +70,7 @@
|
||||
</b-row>
|
||||
<b-card-body class="">
|
||||
<router-view></router-view>
|
||||
<p class="mt-3">{{ $t('gdd_per_link.isFree') }}</p>
|
||||
</b-card-body>
|
||||
</b-card>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user