Revize 86b3ae27
Přidáno uživatelem Marek Lovčí před téměř 5 roky(ů)
resources/views/charts/index.blade.php | ||
---|---|---|
19 | 19 |
<h5 class="card-title highlight-white">{{$artefact->name}}</h5> |
20 | 20 |
</a> |
21 | 21 |
<h6 class="card-title ">{{$artefact->author}}</h6> |
22 |
|
|
23 | 22 |
</div> |
24 |
<div class="p-1 flex-fill bd-highlight float-center">
|
|
23 |
<div class="p-1 flex-fill bd-highlight"> |
|
25 | 24 |
<div class="text-center right_panel_info"> |
26 |
|
|
27 |
<div class="charts float-center"> |
|
25 |
<div class="charts float-right"> |
|
28 | 26 |
@if (!$artefact->favourite) |
29 | 27 |
<a href="{{ action('ArtefactController@like', ['id' => $artefact->id]) }}"> |
30 | 28 |
<button id="like_butt_{{$artefact->id}}" type="button" |
Také k dispozici: Unified diff
Arrow style hotfix