From c600b0562ad1c109d34164f9662fdda65590426f Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sat, 20 Jun 2015 21:15:38 +0200 Subject: [PATCH] copycat mistakes --- app/views/user/data.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/user/data.html.haml b/app/views/user/data.html.haml index 684e4c59..d79571b5 100644 --- a/app/views/user/data.html.haml +++ b/app/views/user/data.html.haml @@ -62,13 +62,13 @@ %p.data-heading Header picture %img.data-header-preview{src: current_user.profile_header.url(:mobile)} %p - %a{href: current_user.profile_picture.url(:mobile)} Mobile + %a{href: current_user.profile_header.url(:mobile)} Mobile | - %a{href: current_user.profile_picture.url(:web)} Web + %a{href: current_user.profile_header.url(:web)} Web | - %a{href: current_user.profile_picture.url(:retina)} Retina + %a{href: current_user.profile_header.url(:retina)} Retina | - %a{href: current_user.profile_picture.url(:original)} Original image + %a{href: current_user.profile_header.url(:original)} Original image .row .col-md-6.col-sm-6.col-xs-12 %h4 Statistics