Added main layout.

Added twitter-bootstrap plugin.
Minor changes.
This commit is contained in:
Prominence
2016-06-23 18:31:07 +03:00
parent fe06a6d5d3
commit e36e2bdff5
10 changed files with 57 additions and 25 deletions
@@ -4,7 +4,10 @@ class TranslationsOverviewController {
def bundleService
def index() { }
def index() {
render view: 'index', model: [bundles: bundleService.getBundles()]
}
def showBundles() {