diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-22 03:04:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 03:04:27 +0100 |
commit | 5f3bee345d0fcebabd90a28ada1fab7cd6e70b0e (patch) | |
tree | 1dfcf9eae60214c0d3f88005c00789ed4efc753c /app/views/layouts/modal.html.haml | |
parent | 755aad534a67bd5230eb68f821be0d5c390fd2b6 (diff) |
Fix container regression (#6531)
* Update public.html.haml * Update auth.html.haml * Update modal.html.haml
Diffstat (limited to 'app/views/layouts/modal.html.haml')
-rw-r--r-- | app/views/layouts/modal.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml index d01b6b6c5..325b4ec72 100644 --- a/app/views/layouts/modal.html.haml +++ b/app/views/layouts/modal.html.haml @@ -11,7 +11,7 @@ = link_to destroy_user_session_path, method: :delete, class: 'logout-link icon-button' do = fa_icon 'sign-out' - .container= yield + .container-alt= yield .modal-layout__mastodon %div |