Commit 0f7a88f6 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

WIP

No related merge requests found
Showing with 22 additions and 0 deletions
+22 -0
.public-account-header
.public-account-header__image
= image_tag @account.header.default_url, class: 'parallax'
.public-account-header__bar
= link_to short_account_url(@account), class: 'avatar' do
= image_tag @account.avatar.default_url
.public-account-header__tabs
.public-account-header__tabs__name
%h1
= @account.username
%small
= acct(@account)
.public-account-header__tabs__tabs
.details-counters
.spacer
.public-account-header__tabs__tabs__buttons
.grid
.column-0
.nothing-here.nothing-here--flexible= t('accounts.suspended')
.column-1
= render 'application/sidebar'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment