Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
a95b08d0
Commit
a95b08d0
authored
Apr 30, 2021
by
Ciaran Ainsworth
Browse files
Fix class inheritance
parent
b6a69046
Pipeline
#14199
passed with stages
in 5 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/channels/SubscribeButton.vue
View file @
a95b08d0
...
...
@@ -9,7 +9,7 @@
<translate
translate-context=
"Content/Track/*/Verb"
>
Subscribe
</translate>
<login-modal
ref=
"loginModal"
class=
"
tiny
"
class=
"
small
"
:nextRoute=
'this.$route.fullPath'
:message=
'this.message.authMessage'
:cover=
'this.channel.artist.cover'
...
...
front/src/components/common/LoginModal.vue
View file @
a95b08d0
<
template
>
<modal
class=
"small"
:show.sync=
"show"
>
<modal
:show.sync=
"show"
>
<h4
class=
"header"
>
{{
labels
.
header
}}
</h4>
<div
v-if=
"
!
cover"
class=
"image content"
>
<div
v-if=
"cover"
class=
"image content"
>
<div
class=
"ui medium image"
>
<img
:src=
"cover.urls.medium_square_crop"
>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment