diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 16:10:14 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-25 16:10:14 +0100 |
commit | 5764d52b04b04381d52896737eb2ffdfe1f87cfd (patch) | |
tree | cf8d3b6a1706df893bea320ac590ed0e73afc94f /app/views/layouts | |
parent | bb98ee489d096c438d3e299deb15e47dfe9b5bff (diff) |
Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
a basic home timeline
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/dashboard.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/dashboard.html.haml b/app/views/layouts/dashboard.html.haml index 5640213b2..7336cdcc4 100644 --- a/app/views/layouts/dashboard.html.haml +++ b/app/views/layouts/dashboard.html.haml @@ -21,13 +21,18 @@ = link_to settings_path do = fa_icon 'user' Edit profile + .dashboard__content .dashboard__top-bar = content_for?(:page_title) ? yield(:page_title) : 'Mastodon' %ul %li= link_to fa_icon('gear'), edit_registration_path(current_user), title: 'Change password' %li= link_to fa_icon('sign-out'), destroy_user_session_path, method: :delete, title: 'Sign out' + .dashboard__content__content= yield + + = yield(:raw_content) + .footer .domain= Rails.configuration.x.local_domain |