Skip to content

Commit

Permalink
removed '#' from edit members table. -dani (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
dani0197 authored and NitayRabi committed Dec 6, 2018
1 parent 928c726 commit 2cae74c
Show file tree
Hide file tree
Showing 2 changed files with 1,696 additions and 828 deletions.
2 changes: 0 additions & 2 deletions views/pages/camps/partials/members_table.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
table.table.table-striped.table-hover
thead
tr
th(ng-click='changeOrderBy("id")') #
th(ng-click='changeOrderBy("name")')=t('camps:members.name')
th(ng-click='changeOrderBy("email")')=t('camps:members.email')
th(ng-click='changeOrderBy("cell_phone")')=t('camps:members.phone')
Expand All @@ -14,7 +13,6 @@ table.table.table-striped.table-hover
th()=t('camps:members.actions')
tbody
tr(ng-repeat="member in members | filter: searchMembers | orderBy: orderMembers")
td {{member.user_id}}
td {{member.name}}
td {{member.email}}
td {{member.cell_phone}}
Expand Down
Loading

0 comments on commit 2cae74c

Please sign in to comment.