From 03bce30714e4bbbd8ad0a929c7fe055378cf4e67 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 30 Nov 2014 16:06:42 +0100 Subject: [PATCH] fixed indentation --- app/views/shared/_answerbox.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/_answerbox.html.haml b/app/views/shared/_answerbox.html.haml index ac0a33c3..3e0e4ae3 100644 --- a/app/views/shared/_answerbox.html.haml +++ b/app/views/shared/_answerbox.html.haml @@ -12,9 +12,9 @@ %br/ %p.text-muted Answered by - %a{href: show_user_profile_path(a.user.screen_name)} - %img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)} - %span= a.user.screen_name + %a{href: show_user_profile_path(a.user.screen_name)} + %img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)} + %span= a.user.screen_name - if privileged? a.user %button.btn.btn-danger{name: 'ab-destroy', 'data-a-id' => a.id} Delete \ No newline at end of file