fixed indentation

This commit is contained in:
nilsding 2014-11-30 16:06:42 +01:00
parent c0c6ac182b
commit 03bce30714
1 changed files with 3 additions and 3 deletions

View File

@ -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