mentors

mentors Commit Details


Date:2014-06-30 23:07:32 (10 years 5 months ago)
Author:Right Or Wrong
Branch:develop
Commit:db8a9969f7d5602b6f18882c00e9c2b749a6d101
Parents: 01842797e1a7039b613c108074ad550e97a6f5c3
Message:added some functionality to controller endpoints

Changes:

File differences

app/views/users/mentees.blade.php
6262
6363
6464
65
65
6666
6767
6868
<td>{{ $value->location }}</td>
<td>{{ $value->bio }}</td>
<td>
<a class="btn btn-small btn-primary" href="{{ URL::to('users/' . $value->id) }}">View this Nerd</a>
<a class="btn btn-small btn-primary" href="{{ URL::to('user/' . $value->id) }}">View this Nerd</a>
</td>
</tr>
@endforeach
app/views/users/mentors.blade.php
6262
6363
6464
65
65
6666
6767
6868
<td>{{ $value->location }}</td>
<td>{{ $value->bio }}</td>
<td>
<a class="btn btn-small btn-primary" href="{{ URL::to('users/' . $value->id) }}">View this Nerd</a>
<a class="btn btn-small btn-primary" href="{{ URL::to('user/' . $value->id) }}">View this Nerd</a>
</td>
</tr>
@endforeach

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05372s using 13 queries.