Skip to content

Commit

Permalink
Removed link on location until location view is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Aug 11, 2015
1 parent b3249dc commit c476eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ public function getDatatable($status = null)
->addColumn('location',function($users)
{
if ($users->userloc) {
return '<a title="'.$users->userloc->name.'" href="users/'.$users->location_id.'/view">'.$users->userloc->name.'</a>';
return $users->userloc->name;
}
})

Expand Down

0 comments on commit c476eda

Please sign in to comment.