mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Code refactoring. Changed design for index page.
Minor changes...
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
<title><g:layoutTitle default="Translations overview" /></title>
|
||||
<r:layoutResources/>
|
||||
</head>
|
||||
<g:layoutBody />
|
||||
<r:layoutResources/>
|
||||
<link rel="stylesheet" href="${resource(dir: 'css', file: 'translations.css')}" type="text/css">
|
||||
<body>
|
||||
|
||||
<div class="container main-container">
|
||||
<g:layoutBody />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user