mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Added main layout.
Added twitter-bootstrap plugin. Minor changes.
This commit is contained in:
+4
-1
@@ -4,7 +4,10 @@ class TranslationsOverviewController {
|
||||
|
||||
def bundleService
|
||||
|
||||
def index() { }
|
||||
def index() {
|
||||
|
||||
render view: 'index', model: [bundles: bundleService.getBundles()]
|
||||
}
|
||||
|
||||
def showBundles() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user