@@ -172,6 +172,9 @@ export default {
contentLength() {
return this.$filters.removeHtml(this.form.content).length
},
+ showHeroImage() {
+ return this.contribution && this.contribution.image && !this.form.teaserImage
+ },
},
methods: {
submit() {
diff --git a/webapp/components/LoginForm/LoginForm.vue b/webapp/components/LoginForm/LoginForm.vue
index 1e3444543..df3eb039f 100644
--- a/webapp/components/LoginForm/LoginForm.vue
+++ b/webapp/components/LoginForm/LoginForm.vue
@@ -4,56 +4,52 @@
{{ $t('quotes.african.quote') }}
- {{ $t('quotes.african.author') }}
-
-
-
+
+
-
-
-
-
+ {{ $t('login.login') }}
+
+
+