kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update status views, remove like counts from status embed
							rodzic
							
								
									0e7b2617d4
								
							
						
					
					
						commit
						1a2e41b1e3
					
				| 
						 | 
				
			
			@ -140,11 +140,6 @@
 | 
			
		|||
				<a class="font-weight-bold" href="{{$status->url()}}" target="_blank">View More on Pixelfed</a>
 | 
			
		||||
			</div>
 | 
			
		||||
			<hr>
 | 
			
		||||
      @if($showLikes)
 | 
			
		||||
      <div class="likes font-weight-bold pb-2">
 | 
			
		||||
        <span class="like-count">{{$item->likes_count}}</span> likes
 | 
			
		||||
      </div>
 | 
			
		||||
      @endif
 | 
			
		||||
			<div class="caption">
 | 
			
		||||
				<p class="my-0">
 | 
			
		||||
					<span class="username font-weight-bold">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,11 +25,5 @@
 | 
			
		|||
 | 
			
		||||
@push('scripts')
 | 
			
		||||
<script type="text/javascript" src="{{ mix('js/status.js') }}"></script>
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
$(document).ready(function() {
 | 
			
		||||
  new Vue({ 
 | 
			
		||||
    el: '#content'
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
</script>
 | 
			
		||||
<script type="text/javascript">App.boot();</script>
 | 
			
		||||
@endpush
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue