mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Implemented export functionality. Minor layout fixes.
This commit is contained in:
@@ -3,13 +3,14 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title><g:layoutTitle default="Translations overview" /></title>
|
||||
<r:require modules="bootstrap"/>
|
||||
<r:layoutResources/>
|
||||
</head>
|
||||
<r:layoutResources/>
|
||||
<link rel="stylesheet" href="${resource(dir: 'css', file: 'translations.css')}" type="text/css">
|
||||
<body>
|
||||
|
||||
<div class="container main-container">
|
||||
<div class="container translations-container">
|
||||
<g:layoutBody />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user