fix broken dropdown

This commit is contained in:
Andreas N 2014-12-27 02:29:57 +01:00
parent bdd3cd5afc
commit 2c8cd5bc3e
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@
%span.caret %span.caret
%ul.dropdown-menu{role: :menu} %ul.dropdown-menu{role: :menu}
- if privileged? a.user - if privileged? a.user
%a{href: '#', name: 'ab-destroy', data: { a_id: a.id }} %li.text-danger
%li.text-danger %a{href: '#', name: 'ab-destroy', data: { a_id: a.id }}
%i.fa.fa-trash-o %i.fa.fa-trash-o
Delete Delete
%a{href: '#', name: 'ab-report', data: { a_id: a.id }}
%li %li
%i.fa.fa-exclamation-triangle %a{href: '#', name: 'ab-report', data: { a_id: a.id }}
Report %i.fa.fa-exclamation-triangle
Report