- search tsyle: doi url in green color

- datasets without a DOI ar getting the landingpage /dataset/{id}
This commit is contained in:
Arno Kaimbacher 2021-06-02 11:48:25 +02:00
parent 9138090e14
commit 1a387965c6
5 changed files with 39 additions and 5 deletions

View file

@ -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 () {