diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-04-19 04:52:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 21:52:39 +0200 |
commit | 2c7128c7f0ee3073acb9897cda88255982368193 (patch) | |
tree | c9036cd0d7a023f0532ad35e9362ebb3f19d2af4 /app/views | |
parent | a1ce9cbb67facf705379355b9c8ec19c521b419c (diff) |
Add local only to hashtag timeline (#13502)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/tags/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml index 630702277..19dadd36a 100644 --- a/app/views/tags/show.html.haml +++ b/app/views/tags/show.html.haml @@ -12,5 +12,5 @@ %h1= "##{@tag.name}" %p= t('about.about_hashtag_html', hashtag: @tag.name) -#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }} +#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }} #modal-container |