added a revisions page
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ if (!function_exists('_loginVia')) {
|
||||
}
|
||||
|
||||
if ($wasLoggedIn)
|
||||
return redirect(route('profile.manage-oauth'));
|
||||
return redirect(route('account.edit'));
|
||||
else
|
||||
return Redirect::intended();
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@ Route::get('/home', function () {
|
||||
// Table resource
|
||||
Route::get('@{user}', 'ProfileController@view')->name('profile.view');
|
||||
Route::get('@{user}/{table}', 'TableController@view')->name('table.view');
|
||||
Route::get('@{user}/{table}/revisions', 'TableController@viewRevisions')->name('table.revisions');
|
||||
Route::get('@{user}/{table}/export', 'TableController@export')->name('table.export');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user