Changed the location of the "view-toggle" to be under the books views.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
		
							parent
							
								
									b6bb078e0a
								
							
						
					
					
						commit
						28823c4fae
					
				| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
@section('toolbar')
 | 
			
		||||
    <div class="col-xs-6">
 | 
			
		||||
        <div class="action-buttons text-left">
 | 
			
		||||
            @include('partials/book-view-toggle', ['booksViewType' => $booksViewType])
 | 
			
		||||
            @include('books/view-toggle', ['booksViewType' => $booksViewType])
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="col-xs-6 faded">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
    <div class="col-sm-6 faded">
 | 
			
		||||
        <div class="action-buttons text-left">
 | 
			
		||||
            <a expand-toggle=".entity-list.compact .entity-item-snippet" class="text-primary text-button">@icon('expand-text'){{ trans('common.toggle_details') }}</a>
 | 
			
		||||
            @include('partials/book-view-toggle', ['booksViewType' => $booksViewType])
 | 
			
		||||
            @include('books/view-toggle', ['booksViewType' => $booksViewType])
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@stop
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue