mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 02:36:54 +00:00 
			
		
		
		
	UI test/review
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| <div class="card batterycard"> | ||||
| 	<div class="card-header"> | ||||
| 		<i class="fas fa-battery-three-quarters"></i> {{ $__t('Battery overview') }} | ||||
| 		<span class="float-left">{{ $__t('Battery overview') }}</span> | ||||
| 		<a id="batterycard-battery-edit-button" | ||||
| 			class="btn btn-sm btn-outline-info py-0 float-right disabled" | ||||
| 			href="#" | ||||
| @@ -13,7 +13,7 @@ | ||||
| 			<i class="fas fa-edit"></i> | ||||
| 		</a> | ||||
| 		<a id="batterycard-battery-journal-button" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-2 float-right disabled show-as-dialog-link" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link" | ||||
| 			href="#" | ||||
| 			data-toggle="tooltip" | ||||
| 			title="{{ $__t('Journal for this battery') }}"> | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| <div class="card chorecard"> | ||||
| 	<div class="card-header"> | ||||
| 		<i class="fas fa-home"></i> {{ $__t('Chore overview') }} | ||||
| 		<span class="float-left">{{ $__t('Chore overview') }}</span> | ||||
| 		<a id="chorecard-chore-edit-button" | ||||
| 			class="btn btn-sm btn-outline-info py-0 float-right disabled" | ||||
| 			href="#" | ||||
| @@ -13,7 +13,7 @@ | ||||
| 			<i class="fas fa-edit"></i> | ||||
| 		</a> | ||||
| 		<a id="chorecard-chore-journal-button" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-2 float-right disabled show-as-dialog-link" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link" | ||||
| 			href="#" | ||||
| 			data-toggle="tooltip" | ||||
| 			title="{{ $__t('Journal for this chore') }}"> | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
|  | ||||
| <div class="card productcard"> | ||||
| 	<div class="card-header"> | ||||
| 		<i class="fab fa-product-hunt"></i> {{ $__t('Product overview') }} | ||||
| 		<span class="float-left">{{ $__t('Product overview') }}</span> | ||||
| 		<a id="productcard-product-edit-button" | ||||
| 			class="btn btn-sm btn-outline-info py-0 float-right disabled" | ||||
| 			href="#" | ||||
| @@ -14,14 +14,14 @@ | ||||
| 			<i class="fas fa-edit"></i> | ||||
| 		</a> | ||||
| 		<a id="productcard-product-journal-button" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-2 float-right disabled show-as-dialog-link" | ||||
| 			class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link" | ||||
| 			href="#" | ||||
| 			data-toggle="tooltip" | ||||
| 			title="{{ $__t('Stock journal for this product') }}"> | ||||
| 			<i class="fas fa-file-alt"></i> | ||||
| 		</a> | ||||
| 		<a id="productcard-product-stock-button" | ||||
| 			class="btn btn-sm btn-outline-info py-0 float-right disabled" | ||||
| 			class="btn btn-sm btn-outline-info py-0 mr-1 float-right disabled show-as-dialog-link" | ||||
| 			href="#" | ||||
| 			data-toggle="tooltip" | ||||
| 			title="{{ $__t('Stock entries for this product') }}"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user