diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-05-08 20:33:09 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-08 13:33:09 +0200 |
commit | e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 (patch) | |
tree | ce04ada583ed04d385af8b2993973bef26d5919c /app/views | |
parent | 01dfd6dbc8905dfaa5ab81fb9b38e52079e5ed7f (diff) |
Show media modal on public timeline (#7413)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/about/show.html.haml | 2 | ||||
-rw-r--r-- | app/views/tags/show.html.haml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 870dafdf5..fba46d54b 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -142,3 +142,5 @@ %p = link_to t('about.source_code'), @instance_presenter.source_url = " (#{@instance_presenter.version_number})" + +#modal-container diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml index f8cdc9952..d46f35999 100644 --- a/app/views/tags/show.html.haml +++ b/app/views/tags/show.html.haml @@ -34,3 +34,5 @@ %p= t 'about.about_mastodon_html' = render 'features' + +#modal-container |