Merge pull request #660 from amalhub/master

Styling improvement in users/view
This commit is contained in:
Amal Gunatilake 2017-03-22 14:19:34 +05:30 committed by GitHub
commit a7f6290648

View File

@ -96,7 +96,7 @@
<td class="sorting_1" style="padding:10px 15px;">Roles</td>
<td style="padding:10px 15px;">
{{#each userRoles}}
<option selected="selected">{{this}}</option>
<option>{{this}}</option>
{{/each}}
</td>
</tr>