gab-social/app/views/tags/show.html.haml

9 lines
272 B
Plaintext
Raw Normal View History

= render 'tags/meta', tag: @tag, initial_state_json: @initial_state_json
2019-07-02 08:10:25 +01:00
.page-header
%h1= "##{@tag.name}"
%p= t('about.about_hashtag_html', hashtag: @tag.name)
#gabsocial-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }}
#modal-container