From b7d6338e129550c607c257515f79693d83d1bd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 25 Jun 2014 13:11:21 +0200 Subject: [PATCH] Fixed buttons in add New US --- app/partials/views/components/addnewus.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/partials/views/components/addnewus.jade b/app/partials/views/components/addnewus.jade index 3652f1f0..1234286c 100644 --- a/app/partials/views/components/addnewus.jade +++ b/app/partials/views/components/addnewus.jade @@ -1,5 +1,5 @@ div.new-us - a.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US") + a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US") span.text + Add new US - a.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk") + a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk") span.icon.icon-bulk