Skip to content

Commit

Permalink
fix(users): Put the Roles text outside of font-awesome icon
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
francisdaigle committed Feb 2, 2016
2 parents 27759e2 + 2fddbe7 commit 2db0f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/users/client/views/admin/users.client.view.html
Expand Up @@ -61,7 +61,7 @@ <h2 class="page-header"><i class="fa fa-users fa-fw"></i> Users</h2>
data-ng-click="openRolesModal($index, 'sm')"
class="btn btn-default"
>
<i class="fa fa-plus-circle"> Roles</i>
<i class="fa fa-plus-circle"></i> Roles
</button>
</td>
<td
Expand Down

0 comments on commit 2db0f86

Please sign in to comment.