From 9f8c43f8a4652d043a2278b046974849a98b3cfa Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 29 Jul 2015 17:11:20 +0200 Subject: [PATCH] fix #39, copypasta issue --- app/views/user/data.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/data.html.haml b/app/views/user/data.html.haml index 3f4511f6..119a569b 100644 --- a/app/views/user/data.html.haml +++ b/app/views/user/data.html.haml @@ -55,7 +55,7 @@ %li %a{href: current_user.profile_picture.url(:medium)} Medium %li - %a{href: current_user.profile_picture.url(:medium)} Large + %a{href: current_user.profile_picture.url(:large)} Large %li %a{href: current_user.profile_picture.url(:original)} Original image