Revize 26e128a8
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
resources/views/favmetadata/index.blade.php | ||
---|---|---|
25 | 25 |
</div> |
26 | 26 |
</div> |
27 | 27 |
<div id="meta_{{$meta->id}}" class="metadata-text collapse"> |
28 |
{{$meta->noteEN}} |
|
28 |
<p> |
|
29 |
{{$meta->noteEN}} |
|
30 |
</p> |
|
29 | 31 |
<div class="artefact-info"> |
30 | 32 |
<div class="artefact-name"> |
31 | 33 |
{{$meta->artefact->name}} |
... | ... | |
34 | 36 |
{{$meta->artefact->author}} |
35 | 37 |
</div> |
36 | 38 |
<div class="text-center"> |
37 |
<button id="like_butt_{{$meta->id}}" type="button" class="btn btn-primary button-image inter_like_filled"></button> |
|
39 |
<a href="{{ action('FavoriteMetadataController@unlike', ['id' => $meta->id]) }}"> |
|
40 |
<button id="like_butt_{{$meta->id}}" type="button" class="btn btn-primary button-image inter_like_filled"></button> |
|
41 |
</a> |
|
38 | 42 |
</div> |
39 | 43 |
</div> |
40 | 44 |
</div> |
Také k dispozici: Unified diff
Issue #7999 @1h
[+] Přidání vektorového srdce
[+] Oprava stylování, refraktoring, obalení textu poznámky tagem <p>
[+] Zprovoznění unlikování metadat, přidání komentářů