mirror of
				https://github.com/linuxserver/Heimdall.git
				synced 2025-10-31 13:07:50 +09:00 
			
		
		
		
	Merge pull request #1507 from KodeStar/taglist
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Mark stale issues and pull requests / stale (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Mark stale issues and pull requests / stale (push) Has been cancelled
				
			Fix tag list url when tags are treated as tags
This commit is contained in:
		| @@ -101,6 +101,8 @@ class TagController extends Controller | |||||||
|         $data['tag'] = $item->id; |         $data['tag'] = $item->id; | ||||||
|         $data['all_apps'] = $item->children; |         $data['all_apps'] = $item->children; | ||||||
|  |  | ||||||
|  |         $data['taglist'] = Item::ofType('tag')->where('id', '>', 0)->orderBy('title', 'asc')->get(); | ||||||
|  |  | ||||||
|         return view('welcome', $data); |         return view('welcome', $data); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ use Illuminate\Support\Facades\Facade; | |||||||
|  |  | ||||||
| return [ | return [ | ||||||
|  |  | ||||||
|     'version' => '2.7.6', |     'version' => '2.7.7', | ||||||
|  |  | ||||||
|     'appsource' => env('APP_SOURCE', 'https://appslist.heimdall.site/'), |     'appsource' => env('APP_SOURCE', 'https://appslist.heimdall.site/'), | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user