Update maintenance.php
* Added a link to the Github releases page when someone clicks the current release version (to look for changelog information, or to see if there are new updates) * Removed unnecessary BR tag by fixing the CSS class for the version display so it is properly aligned with the rest of the menu
This commit is contained in:
		
							parent
							
								
									8ae35f645a
								
							
						
					
					
						commit
						47a107ac5b
					
				| 
						 | 
					@ -7,9 +7,10 @@
 | 
				
			||||||
        <div class="py-m">
 | 
					        <div class="py-m">
 | 
				
			||||||
            @include('settings.navbar', ['selected' => 'maintenance'])
 | 
					            @include('settings.navbar', ['selected' => 'maintenance'])
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="text-right mb-l px-m">
 | 
					        <div class="text-right py-m">
 | 
				
			||||||
            <br>
 | 
					            <a href="https://github.com/BookStackApp/BookStack/releases">
 | 
				
			||||||
            BookStack @if(strpos($version, 'v') !== 0) version @endif {{ $version }}
 | 
					            BookStack @if(strpos($version, 'v') !== 0) version @endif {{ $version }}
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue