Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.blade.php #102

Merged
merged 1 commit into from
Mar 18, 2018
Merged

Conversation

mbarky
Copy link
Contributor

@mbarky mbarky commented Mar 15, 2018

application/viewes/admin/trnaslation/index.blade.php

#when you click on edit (NOT Edit All Language) LaraFlat 3.0.0
you will get 404 error Page not found
Solution:
Replace
line #NO 22

OLD <a href="/admin/translation/readFile/{{ $localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a>
with this code

<a href="{{ url('admin/translation/readFile/') }}/{{$localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a>

@zizohassan zizohassan merged commit 8c76c03 into zizohassan:master Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants