removed report comment thing

This commit is contained in:
nilsding 2014-12-27 16:18:02 +01:00
parent e75284dba0
commit cd289a32c4
1 changed files with 9 additions and 15 deletions

View File

@ -7,21 +7,15 @@ There are no comments yet
%img.img-rounded.answerbox--img{src: gravatar_url(comment.user)}
.media-body.comments--body
%h6.media-heading.answerbox--question-user= user_screen_name comment.user
- if user_signed_in?
.pull-right
.btn-group
%button.btn.btn-link.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
%span.caret
%ul.dropdown-menu.dropdown-menu-right{role: :menu}
- if privileged? a.user
%li.text-danger
%a{href: '#', name: 'ab-destroy', data: { a_id: comment.id }}
%i.fa.fa-trash-o
Delete
%li
%a{href: '#', name: 'ab-report', data: { a_id: comment.id }}
%i.fa.fa-exclamation-triangle
Report
.pull-right
.btn-group
%button.btn.btn-link.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
%span.caret
%ul.dropdown-menu.dropdown-menu-right{role: :menu}
%li.text-danger
%a{href: '#', name: 'ab-destroy', data: { a_id: comment.id }}
%i.fa.fa-trash-o
Delete
%p.comments--content= comment.content
.form-group.has-feedback
%input.form-control.comments--box{type: :text, placeholder: 'Comment...'}