mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
final step seperated communities fix lint, fix locales
This commit is contained in:
parent
1e4ba0961b
commit
9a278a6869
@ -32,7 +32,7 @@ const klicktipp = {
|
||||
|
||||
const community = {
|
||||
COMMUNITY_NAME: process.env.COMMUNITY_NAME || 'Gradido Entwicklung',
|
||||
COMMUNITY_URL: process.env.COMMUNITY_URL || 'https://gradido.net/',
|
||||
COMMUNITY_URL: process.env.COMMUNITY_URL || 'http://localhost:3000/vue/',
|
||||
COMMUNITY_REGISTER_URL:
|
||||
process.env.COMMUNITY_REGISTER_URL || 'http://localhost:3000/vue/register',
|
||||
COMMUNITY_DESCRIPTION:
|
||||
|
||||
@ -49,7 +49,7 @@ describe('RegisterCommunity', () => {
|
||||
|
||||
it('has a current community location', () => {
|
||||
expect(wrapper.find('.header p.community-location').text()).toBe(
|
||||
'community.location http://localhost:3000/vue/',
|
||||
'http://localhost:3000/vue/',
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{{ $store.state.community.description }}
|
||||
</p>
|
||||
<p class="text-lead community-location">
|
||||
{{ $t('community.location') }} {{ $store.state.community.url }}
|
||||
{{ $store.state.community.url }}
|
||||
</p>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
<br />
|
||||
{{ community.description }}
|
||||
<br />
|
||||
{{ $t('community.location') }}
|
||||
<b>
|
||||
<small>
|
||||
<b-link :href="community.url">{{ community.url }}</b-link>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user