This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/accounts/show.html.haml

18 lines
512 B
Plaintext

- content_for :page_title do
= display_name(@account)
- content_for :header_tags do
%link{ rel: 'salmon', href: api_salmon_url(@account.id) }/
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/
= render partial: 'header'
- if @statuses.empty?
.accounts-grid
= render partial: 'nothing_here'
- else
.activity-stream
= render partial: 'stream_entries/status', collection: @statuses, as: :status
= will_paginate @statuses, pagination_options