Fix broken button style on admin roles

stable
Xavier Julián 2015-02-13 08:30:37 +01:00
parent 51019c458b
commit 076cea03e5
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ div.wrapper.roles(ng-controller="RolesController as ctrl",
.header-with-actions
include ../includes/components/mainTitle
.action-buttons
a.button-red.delete-role(href="", title="Delete", ng-click="ctrl.delete()") Delete
a.button-red.delete-role(href="", title="Delete", ng-click="ctrl.delete()")
span Delete
div(tg-edit-role)