Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
0eb211bc
Commit
0eb211bc
authored
Sep 23, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding more user info
parent
421b649c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
index.blade.php
Resources/views/admin/index.blade.php
+18
-2
No files found.
Resources/views/admin/index.blade.php
View file @
0eb211bc
...
...
@@ -30,7 +30,9 @@
<thead>
<tr>
<th>
Created at
</th>
<th>
Name
</th>
<th>
First name
</th>
<th>
Last name
</th>
<th>
Email
</th>
<th>
Actions
</th>
</tr>
</thead>
...
...
@@ -48,6 +50,16 @@
{{ $user->first_name }}
</a>
</td>
<td>
<a
href=
"{{ URL::route('dashboard.user.edit', [$user->id]) }}"
>
{{ $user->last_name }}
</a>
</td>
<td>
<a
href=
"{{ URL::route('dashboard.user.edit', [$user->id]) }}"
>
{{ $user->email }}
</a>
</td>
<td>
<div
class=
"btn-group"
>
<a
href=
"{{ URL::route('dashboard.user.edit', [$user->id]) }}"
class=
"btn btn-default btn-flat"
><i
class=
"glyphicon glyphicon-pencil"
></i></a>
...
...
@@ -61,7 +73,9 @@
<tfoot>
<tr>
<th>
Created at
</th>
<th>
Name
</th>
<th>
First name
</th>
<th>
Last name
</th>
<th>
Email
</th>
<th>
Actions
</th>
</tr>
</tfoot>
...
...
@@ -86,6 +100,8 @@
"
bInfo
"
:
true
,
"
bAutoWidth
"
:
true
,
"
aoColumns
"
:
[
null
,
null
,
null
,
null
,
{
"
bSortable
"
:
false
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment