chinwagsocial/app/views/tags/show.html.haml

17 lines
545 B
Plaintext
Raw Normal View History

2017-02-11 09:21:01 +11:00
- content_for :page_title do
= "##{@tag.display_name}"
2017-02-11 09:21:01 +11:00
2017-10-08 05:00:35 +11:00
- content_for :header_tags do
2019-03-13 03:34:00 +11:00
%meta{ name: 'robots', content: 'noindex' }/
2018-05-10 22:38:19 +10:00
%link{ rel: 'alternate', type: 'application/rss+xml', href: tag_url(@tag, format: 'rss') }/
= javascript_pack_tag 'about', crossorigin: 'anonymous'
2017-10-08 05:00:35 +11:00
= render 'og'
2017-02-11 09:21:01 +11:00
.page-header
%h1= "##{@tag.display_name}"
%p= t('about.about_hashtag_html', hashtag: @tag.display_name)
#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }}
.notranslate#modal-container