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
a7aa510f
Commit
a7aa510f
authored
10 years ago
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding a core modules Configuration. Pointing the profile link to the user edit view
parent
7b7064d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
config.php
Config/config.php
+15
-0
top-nav.blade.php
Resources/views/partials/top-nav.blade.php
+1
-1
module.json
module.json
+1
-3
No files found.
Config/config.php
0 → 100644
View file @
a7aa510f
<?php
return
[
/*
|--------------------------------------------------------------------------
| These are the core modules that should NOT be disabled under any circumstance
|--------------------------------------------------------------------------
*/
'CoreModules'
=>
[
'Core'
,
'Dashboard'
,
'Session'
,
'User'
,
]
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Resources/views/partials/top-nav.blade.php
View file @
a7aa510f
...
...
@@ -37,7 +37,7 @@
<!-- Menu Footer-->
<li
class=
"user-footer"
>
<div
class=
"pull-left"
>
<a
href=
"
#
"
class=
"btn btn-default btn-flat"
>
Profile
</a>
<a
href=
"
{{ URL::route('dashboard.user.edit', [$user->id]) }}
"
class=
"btn btn-default btn-flat"
>
Profile
</a>
</div>
<div
class=
"pull-right"
>
<a
href=
"{{ URL::route('logout') }}"
class=
"btn btn-default btn-flat"
>
Sign out
</a>
...
...
This diff is collapsed.
Click to expand it.
module.json
View file @
a7aa510f
...
...
@@ -2,8 +2,6 @@
"name"
:
"Core"
,
"alias"
:
"core"
,
"description"
:
"The core module with all base classes and logic."
,
"keywords"
:
[
],
"keywords"
:
[],
"active"
:
1
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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