Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
[#45] formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Stoica committed Apr 19, 2014
1 parent 3dcdac4 commit 8fd0324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/controllers/adminUserCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ angular.module("wrektranet.adminUserCtrl", [])

// pagination
$scope.currentPage = 1;
$scope.maxSize = 5;
$scope.maxSize = 11;
$scope.itemsPerPage = 20;

$scope.category = null;
Expand Down
12 changes: 6 additions & 6 deletions app/views/admin/users/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ div ng-controller="adminUserCtrl"
table.table.table-striped
thead
tr
th Username
th Name
th Phone
th Status
th Admin
th Exec Staff
th style="width: 15%;" Username
th style="width: 25%;" Name
th style="width: 15%;" Phone
th style="width: 8%;" Status
th style="width: 5%;" Admin
th style="width: 5%;" Exec
th Roles
tbody
tr ng-repeat="user in filtered = (users | filter:status:true | filter:search) | startFrom:(currentPage-1)*itemsPerPage | limitTo:itemsPerPage"
Expand Down

0 comments on commit 8fd0324

Please sign in to comment.