- search tsyle: doi url in green color
- datasets without a DOI ar getting the landingpage /dataset/{id}
This commit is contained in:
parent
9138090e14
commit
1a387965c6
5 changed files with 39 additions and 5 deletions
|
@ -25,7 +25,7 @@ Route::group([
|
|||
|
||||
|
||||
Route::get('/{dataset_prefix}/tethys.{id}', [
|
||||
'as' => 'dataset.show', 'uses' => 'Frontend\PagesController@show',
|
||||
'as' => 'dataset.show', 'uses' => 'Frontend\PagesController@showDoi',
|
||||
]);
|
||||
|
||||
Route::get('/', function () {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue