mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +03:00
17 lines
456 B
Plaintext
17 lines
456 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title><g:layoutTitle default="Translations overview" /></title>
|
|
<r:layoutResources/>
|
|
</head>
|
|
<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> |