Adjusting design of profile and entry pages, linkify mentions in statuses
This commit is contained in:
parent
6045b6cb18
commit
ab80ebdeec
9 changed files with 75 additions and 41 deletions
|
@ -3,7 +3,7 @@
|
|||
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/
|
||||
|
||||
.card
|
||||
.avatar= image_tag @account.avatar.url(:medium)
|
||||
.avatar= image_tag @account.avatar.url(:large)
|
||||
.bio
|
||||
%h1.name
|
||||
= @account.display_name.blank? ? @account.username : @account.display_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue