Changeset 1862 for trunk/grails-app
- Timestamp:
- May 23, 2011, 12:45:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/home/index.gsp
r1859 r1862 313 313 314 314 <div style="clear:both;display:block;"> 315 <g:if env="development" test="${db == "org.hsqldb.jdbcDriver"}"></g:if><g:else test="${db == "org.hsqldb.jdbcDriver"}">315 <g:if env="development" test="${db == "org.hsqldb.jdbcDriver"}"></g:if><g:elseif test="${(db == 'org.hsqldb.jdbcDriver') as boolean}"> 316 316 <div style="width:100%;font-size:14pt;color:#ff6f20;text-align:justify;">Warning: You are currently using the in-memory database! Click <g:link controller="home" action="setup">here</g:link> to configure your application.</div> 317 </g:else >317 </g:elseif> 318 318 <div style="margin-right:8px;width:472px;display:inline-block;float:left;zoom:1;*display:inline;"> 319 319 <h1>Introduction</h1>
Note: See TracChangeset
for help on using the changeset viewer.