Projekt

Obecné

Profil

« Předchozí | Další » 

Revize be36debe

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

  • ID be36debe6277b4ff4ae8c00e66c66e1e2c949a2b
  • Rodič d2b83462

Issue #8139 @0.5h

[/] Úprava pozice šipek u komponenty artefaktu.

Zobrazit rozdíly:

resources/views/components/books.blade.php
9 9
                        <a href="#imageModal" data-toggle="modal">
10 10
                            <img class="card-img-top" src="{{asset('images/artefacts/book_cover_01.jpg')}}" width="100%" height=auto alt="book_cover">
11 11
                        </a>
12
                        <div class="card-cus-bottom">
13
                            <a class="book-arrow book-arrow-left artefact-link previous-artefact {{$artefacts->onFirstPage() ? "invisible" : "visible"}}" href="{{$artefacts->previousPageUrl()}}"></a>
14
                            <div class="likes">
15
                                @if ($artefact->favourite)
16
                                    <a href="{{  action('ArtefactController@unlike', ['id' => $artefact->id]) }}">
17
                                        <button id="like_butt_{{$artefact->id}}" type="button" class="btn btn-primary button-image inter_like_filled"></button>
18
                                    </a>
19
                                @else
20
                                    <a href="{{  action('ArtefactController@like', ['id' => $artefact->id]) }}">
21
                                        <button id="like_butt_{{$artefact->id}}" type="button" class="btn btn-primary button-image inter_like"></button>
22
                                    </a>
23
                                @endif
24
                                <h6 class="artefact-likes">{{$artefact->likes}}</h6>
25
                            </div>
26
                            <a class="book-arrow book-arrow-right artefact-link next-artefact {{$artefacts->hasMorePages() ? "visible" : "invisible"}}" href="{{$artefacts->nextPageUrl()}}"></a>
27
                        </div>
28 12
                    </div>
29 13
                </div>
30 14
            @endif
......
45 29
                    Morbi sit amet dictum metus, sit amet sollicitudin nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc mattis leo convallis aliquam scelerisque.
46 30
                    Praesent vulputate porttitor quam at egestas. Proin eget orci ligula. Aenean malesuada, eros vitae convallis sagittis, neque leo ullamcorper ante, eu ultricies justo justo in lacus.
47 31
                </p>
48

  
49

  
50 32
            </div>
51 33

  
52 34
            <div class="artefact-notes">
......
88 70
                @endif
89 71
            </div>
90 72
        </div>
73

  
74
        <div class="book-area col-md-12">
75
            <div class="card-cus-bottom">
76
                <a class="book-arrow book-arrow-left artefact-link previous-artefact {{$artefacts->onFirstPage() ? "invisible" : "visible"}}" href="{{$artefacts->previousPageUrl()}}"></a>
77
                <div class="likes offset-7">
78
                    @if ($artefact->favourite)
79
                        <a href="{{  action('ArtefactController@unlike', ['id' => $artefact->id]) }}">
80
                            <button id="like_butt_{{$artefact->id}}" type="button" class="btn btn-primary button-image inter_like_filled"></button>
81
                        </a>
82
                    @else
83
                        <a href="{{  action('ArtefactController@like', ['id' => $artefact->id]) }}">
84
                            <button id="like_butt_{{$artefact->id}}" type="button" class="btn btn-primary button-image inter_like"></button>
85
                        </a>
86
                    @endif
87
                    <h6 class="artefact-likes">{{$artefact->likes}}</h6>
88
                </div>
89
                <a class="book-arrow book-arrow-right artefact-link next-artefact {{$artefacts->hasMorePages() ? "visible" : "invisible"}}" href="{{$artefacts->nextPageUrl()}}"></a>
90
            </div>
91
        </div>
91 92
    </div>
92 93
</div>
93 94
@endforeach

Také k dispozici: Unified diff