Changeset 694 for trunk/grails-app/views
- Timestamp:
- Jul 22, 2010, 1:25:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_samples.gsp
r635 r694 16 16 %> 17 17 <wizard:pageContent> 18 19 <g:if env="production">20 21 <span class="info">22 <span class="title">Samples</span>23 The sample input page is still under development and is not yet24 production ready... We appologize for the inconvenience.25 </span>26 27 </g:if><g:else>28 29 18 30 19 <g:if env="development"> … … 97 86 </div> 98 87 </g:each> 99 </g:if> 100 101 </g:else> 102 88 </g:if> 103 89 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.