summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/LogoutPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Allow different aspect rations for top-left logoLuca Milanesio2014-11-291-1/+1
| | | | | | | When configuring a different top-left logo, we would like to allow to have a different HxW aspect ratio image. We need then to avoid locking down the height of the logo and just keep the existing aspect ration as-is.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+33
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.