#174 Fix group page things
state: closed opened by: adrianharabula on: 6/3/2017
add group, remove group, style modifications
Comments
from: adrianharabula on: 6/4/2017
Reviewed 1 of 15 files at r1. Review status: 1 of 13 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed.
app/app/User.php, line 42 at r1 (raw file):
public function groups()
{
return $this->belongsToMany('\App\Condrgroup');
cine naiba a făcut relaţia asta?????????? unde era cu minţile?
Comments from Reviewable
from: elis47 on: 6/4/2017
Reviewed 15 of 15 files at r1. Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed.
app/app/Repositories/UserRepository.php, line 109 at r1 (raw file):
return true;
}
niiiiiceeeee !!!!!!
app/resources/views/groups/listgroups.blade.php, line 61 at r1 (raw file):
background: -moz-linear-gradient(bottom right, #85144b, #FF4136); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #85144b, #FF4136); /* Standard syntax */
}
:+1:
Comments from Reviewable