Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
1d3d5b39
Commit
1d3d5b39
authored
Sep 01, 2020
by
Agate
💬
Browse files
Fixed broken RSS channel detail page
parent
7a38a209
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/views/channels/DetailBase.vue
View file @
1d3d5b39
...
...
@@ -86,7 +86,7 @@
</a>
<a
:href=
"object.url"
v-if=
"object.actor.domain != $store.getters['instance/domain']"
v-if=
"object.actor
&& object.actor
.domain != $store.getters['instance/domain']"
target=
"_blank"
class=
"basic item"
>
<i
class=
"external icon"
></i>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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