Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b4965c0b

Přidáno uživatelem Jiří Noháč před asi 4 roky(ů)

Issue #7998 @5h

Pridana funkcionalita odebirani polozek v favartefacts. Panel s hlaskou o chybejicich polozkach k uzivateli byl upraven, aby sedel do tematiky stranky a take byl posunut nize podle nahlasene chyby. Dale pridan nadpis My books vcetne upravy textu a ikon, aby sedeli vzdy na spravne pozici podle velikosti zobrazovane plochy uzivatele.

Zobrazit rozdíly:

routes/web.php
17 17

  
18 18
Route::get('/artefact', 'ArtefactController@default');
19 19
Route::get('/artefact/{id}', 'ArtefactController@view');
20
Route::get('/artefact/like/{id}', 'ArtefactController@like');
21
Route::get('/artefact/unlike/{id}', 'ArtefactController@unlike');
20
Route::post('/artefact/like/{id}', 'ArtefactController@like');
21
Route::post('/artefact/unlike/{id}', 'ArtefactController@unlike');
22 22
Route::get('/category/{id}', 'ArtefactController@showCategory');
23 23
Route::get('/detail/like/{id}', 'DetailsController@like');
24 24
Route::get('/detail/unlike/{id}', 'DetailsController@unlike');

Také k dispozici: Unified diff