Compare commits
2 Commits
50fbecb15a
...
features/s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21c2c1db45 | ||
|
|
66537b02a3 |
@@ -29,7 +29,7 @@ v-container#event.h-event.pa-2.pa-sm-2(v-touch="{ left: goNext, right: goPrev }"
|
||||
nuxt-link.vcard.ml-2.p-name.text-decoration-none.text-uppercase(itemprop="name" :to='`/place/${encodeURIComponent(event.place.name)}`') {{event.place && event.place.name}}
|
||||
.font-weight-light.p-street-address(v-if='event.place.name !=="online"' itemprop='address') {{event.place && event.place.address}}
|
||||
|
||||
.author(v-if='$auth.user && $auth.user.is_admin && settings.show_event_author_to_admin' itemprop="author")
|
||||
.author(v-if='$auth.user && $auth.user.is_admin && settings.show_event_author_to_admin && event.user && event.user.email' itemprop="author")
|
||||
v-icon(v-text='mdiAccount' small)
|
||||
span.font-weight-light.mb-3.text {{event.user.email}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user