Code refactoring. Changed design for index page.

Minor changes...
This commit is contained in:
Prominence
2016-07-10 15:00:30 +03:00
parent c05cf24ba4
commit 34048f9525
22 changed files with 132 additions and 100 deletions
+5 -1
View File
@@ -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>