Changeset 1244
- Timestamp:
- Dec 9, 2010, 2:24:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r1243 r1244 7 7 <g:if test="${studyList.size()}"> 8 8 <meta property="og:title" content="${studyList[0].title}"/> 9 <g:if test="${studyList[0].getField('description')}"> 9 10 <meta property="og:description" content="${(studyList[0].getFieldValue('Description')) ? studyList[0].getFieldValue('Description') : 'A study in the Generic Study Capture Framework'}"/> 11 </g:if><g:else> 12 <meta property="og:description" content="A study in the Generic Study Capture Framework"/> 13 </g:else> 10 14 </g:if> 11 15 <g:set var="entityName" value="${message(code: 'study.label', default: 'Study')}"/>
Note: See TracChangeset
for help on using the changeset viewer.