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:
@@ -0,0 +1,13 @@
|
||||
<%@ 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>
|
||||
<g:layoutBody />
|
||||
<r:layoutResources/>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user