mod: texts of share load by link
This commit is contained in:
@@ -81,15 +81,15 @@
|
||||
<h2 class="title text-center mt-5">Realizar oferta</h2>
|
||||
<div
|
||||
v-if="!hasSession"
|
||||
class="alert alert-info text-dark mt-3 mb-2"
|
||||
class="alert alert-info text-dark text-center mt-3 mb-2"
|
||||
>
|
||||
Para realizar oferta es necesario que inicies sesión en Etaviaporte
|
||||
<span>{{ t('proposals.loginRequired') }} <b>Etaviaporte</b></span>
|
||||
<RouterLink
|
||||
class="btn btn-dark ms-4"
|
||||
class="btn btn-dark ms-2"
|
||||
target="_blank"
|
||||
:to="{name: 'login'}"
|
||||
>
|
||||
Iniciar sesión
|
||||
{{ t('login.title') }}
|
||||
</RouterLink>
|
||||
</div>
|
||||
<Spiner v-if="loading"/>
|
||||
|
||||
Reference in New Issue
Block a user