Fix Sidekiq pooling issues. Remove API docs from homepage, replace with

a basic home timeline
This commit is contained in:
Eugen Rochko 2016-03-25 16:10:14 +01:00
parent bb98ee489d
commit 5764d52b04
6 changed files with 102 additions and 201 deletions

View file

@ -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