diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-05 23:42:40 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-05 23:42:40 +0100 |
commit | ab80ebdeecf9410c5b43dde333b2e036e1198e24 (patch) | |
tree | 5526ec2ad37df18bb07ff830e9fc18b22457f446 /app/views/accounts | |
parent | 6045b6cb1880b27e8b21799b9501a794a5f5b88b (diff) |
Adjusting design of profile and entry pages, linkify mentions in statuses
Diffstat (limited to 'app/views/accounts')
-rw-r--r-- | app/views/accounts/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml index 113db12f6..ea55b655b 100644 --- a/app/views/accounts/show.html.haml +++ b/app/views/accounts/show.html.haml @@ -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 |